Revision 8400
Added by Aaron Marcuse-Kubitza over 11 years ago
web/IH/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/servers/nimoy/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/servers/vegbiendev/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/BIEN2/geoscrub/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/BIEN2/staging/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/IH/db/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/CTFS/terms/.htaccess | ||
---|---|---|
5 | 5 |
# parse dotpath in the query string |
6 | 6 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
7 | 7 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
8 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
8 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
9 | 9 |
|
10 | 10 |
# don't rewrite existing paths |
11 | 11 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/CTFS/schema/.htaccess | ||
---|---|---|
5 | 5 |
# parse dotpath in the query string |
6 | 6 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
7 | 7 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
8 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
8 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
9 | 9 |
|
10 | 10 |
# don't rewrite existing paths |
11 | 11 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/CTFS/tables/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/CTFS/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/SALVIAS/db/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/SALVIAS/dd/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/SALVIAS/users/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/SALVIAS/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
inputs/VegBank/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/Redmine/svn-web/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/Redmine/wiki/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/Redmine/main/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/Redmine/svn/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/Redmine/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/db/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegBIEN/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/TNRS/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/TCS/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/.phpPgAdmin/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/VegX/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/.htaccess | ||
---|---|---|
33 | 33 |
RewriteRule ^dotpath - [discardpath,noescape,last] |
34 | 34 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
35 | 35 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
36 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
36 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
37 | 37 |
|
38 | 38 |
# don't rewrite existing paths |
39 | 39 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/DwC/history/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/DwC/terms/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/DwC/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/.phpMyAdmin/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/servers/vegbiendev/db/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/BIEN2/core/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/BIEN2/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
web/BIEN2/web/.htaccess | ||
---|---|---|
4 | 4 |
# parse dotpath in the query string |
5 | 5 |
RewriteCond %{QUERY_STRING} ^(?!&).+$ |
6 | 6 |
RewriteCond %{REQUEST_URI} ^(.*?)(?:/index(?:\.\w+)?)?$ |
7 |
RewriteRule ^.*$ /dotpath.php%1 [discardpath,noescape,last]
|
|
7 |
RewriteRule ^.*$ /dotpath%1 [discardpath,noescape,last] |
|
8 | 8 |
|
9 | 9 |
# don't rewrite existing paths |
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -d [ornext] |
Also available in: Unified diff
web/**/.htaccess: parse dotpath in the query string: Use just dotpath instead of dotpath.php because the extension is added automatically by MultiViews