root/web/main/BIEN2/.htaccess @ 8283
1 | 8051 | aaronmk | RewriteEngine on |
---|---|---|---|
2 | RewriteOptions inherit |
||
3 | |||
4 | # don't redirect subdir paths
|
||
5 | 8060 | aaronmk | RewriteCond %{DOCUMENT_ROOT}/BIEN2/$1 -d
|
6 | 8051 | aaronmk | 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 ^(.*/)?$ web/$0 [discardpath,noescape,last]
|