root/inputs/CTFS/terms/.htaccess @ 8397
1 |
RewriteEngine on |
---|---|
2 |
RewriteOptions inherit |
3 |
RewriteBase /CTFS/terms/
|
4 |
|
5 |
# parse dotpath in the query string
|
6 |
RewriteCond %{QUERY_STRING} ^(?!&).+$
|
7 |
RewriteRule ^.*$ /dotpath.php%{REQUEST_URI} [discardpath,noescape,last]
|
8 |
|
9 |
# don't rewrite existing paths
|
10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext]
|
11 |
RewriteCond %{REQUEST_FILENAME} -f
|
12 |
RewriteRule ^.+$ - [discardpath,noescape,last]
|
13 |
|
14 |
RewriteRule ^.*$ ../_src/ctfs-comments_worksheet.xls#$0 [discardpath,noescape,last,redirect]
|