root/web/main/DwC/.htaccess @ 8048
1 | 8021 | aaronmk | RewriteEngine on |
---|---|---|---|
2 | RewriteOptions inherit |
||
3 | |||
4 | 8032 | aaronmk | # don't redirect subdir paths
|
5 | RewriteCond %{DOCUMENT_ROOT}/DwC/$1 -d [ornext]
|
||
6 | RewriteCond %{DOCUMENT_ROOT}/DwC/$1 -l
|
||
7 | 8045 | aaronmk | RewriteRule ^([^/]+).*$ - [discardpath,noescape,last]
|
8 | 8032 | aaronmk | |
9 | # handle DirectoryIndex (this must be at this position in the rules)
|
||
10 | RewriteRule ^(.*/)?index\.php$ $1 [discardpath,noescape]
|
||
11 | |||
12 | 8047 | aaronmk | RewriteRule ^(.*/)?$ terms/$0 [discardpath,noescape,last]
|