Revision 8824
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/CTFS/ERD/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
|
|
4 |
SetEnvIf Request_URI ^ innermost_dir=tables |
|
5 |
|
|
6 |
# dir without trailing / is provided as an absolute filesystem path |
|
7 |
RewriteCond %{ENV:innermost_dir} =tables |
|
8 |
RewriteCond $0 ^/ [ornext] |
|
9 |
RewriteCond ?&$0 ^(.*)$ |
|
10 |
RewriteRule ^.+$ /wiki/CTFS%1#ERD [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
added inputs/CTFS/ERD/ VegPath location