Project

General

Profile

1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3

    
4
SetEnvIf Request_URI ^ innermost_dir=ERD
5

    
6
# dir without trailing / is provided as an absolute filesystem path
7
RewriteCond %{ENV:innermost_dir} =ERD
8
RewriteCond $0 ^/ [ornext]
9
RewriteCond /$0 ^(.*)$
10
RewriteRule ^.+$ /servers/vegbiendev/db/my/VegCore%1 [discardpath,last,noescape,qsappend,redirect]
11

    
12

    
13
#### directory indexing
14

    
15
### mod_autoindex
16

    
17
IndexHeadInsert ' '
18
HeaderName header.htm
(1-1/12)