Project

General

Profile

1 8066 aaronmk
RewriteEngine on
2
RewriteOptions inherit
3 8394 aaronmk
RewriteBase /CTFS/schema/
4 8066 aaronmk
5 8363 aaronmk
# parse dotpath in the query string
6
RewriteCond %{QUERY_STRING} ^(?!&).+$
7
RewriteRule ^.*$ /dotpath.php%{REQUEST_URI} [discardpath,noescape,last]
8
9 8376 aaronmk
# don't rewrite existing paths
10
RewriteCond %{REQUEST_FILENAME} -d [ornext]
11
RewriteCond %{REQUEST_FILENAME} -f
12
RewriteRule ^.+$ - [discardpath,noescape,last]
13
14 8394 aaronmk
RewriteRule ^.*$ ../_archive/DBv5.txt#$0 [discardpath,noescape,last,redirect]