Revision 13623
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/CTFS/tables/.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =tables |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond ?&$0 ^(.*)$ |
10 |
RewriteRule ^.+$ /wiki/CTFS%1#Tables [discardpath,last,noescape,qsappend,redirect] |
|
10 |
RewriteRule ^.+$ /wiki/CTFS%1 [chain,discardpath,noescape,qsappend] |
|
11 |
# qsappend does not support fragment, so append it separately |
|
12 |
RewriteCond %{QUERY_STRING} ="" [ornext] |
|
13 |
RewriteCond ?%{QUERY_STRING} ^.*$ |
|
14 |
RewriteRule ^.*$ $0%0#Tables [discardpath,last,noescape,redirect] |
trunk/inputs/CTFS/ERD/.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =tables |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond ?&$0 ^(.*)$ |
10 |
RewriteRule ^.+$ /wiki/CTFS%1#ERD [discardpath,last,noescape,qsappend,redirect] |
|
10 |
RewriteRule ^.+$ /wiki/CTFS%1 [chain,discardpath,noescape,qsappend] |
|
11 |
# qsappend does not support fragment, so append it separately |
|
12 |
RewriteCond %{QUERY_STRING} ="" [ornext] |
|
13 |
RewriteCond ?%{QUERY_STRING} ^.*$ |
|
14 |
RewriteRule ^.*$ $0%0#ERD [discardpath,last,noescape,redirect] |
Also available in: Unified diff
bugfix: **/.htaccess: redirects with fragment: qsappend does not support fragment, so append it separately