Revision 8062
Added by Aaron Marcuse-Kubitza over 11 years ago
web/main/VegBIEN/.htaccess | ||
---|---|---|
1 | 1 |
RewriteEngine on |
2 | 2 |
RewriteOptions inherit |
3 | 3 |
|
4 |
RewriteRule ^(.*/)?$ /servers/vegbiendev/vegbien/public/$0 [discardpath,noescape,last] |
|
4 |
# don't redirect subdir paths |
|
5 |
RewriteCond %{DOCUMENT_ROOT}/VegBIEN/$1 -d |
|
6 |
RewriteRule ^([^/]+).*$ - [discardpath,noescape,last] |
|
7 |
|
|
8 |
# handle DirectoryIndex (this must be at this position in the rules) |
|
9 |
RewriteRule ^(.*/)?index\.php$ $1 [discardpath,noescape] |
|
10 |
|
|
11 |
RewriteRule ^(.*/)?$ db/$0 [discardpath,noescape,last] |
Also available in: Unified diff
web/main/VegBIEN/.htaccess: Forward to new db/ subdir