Revision 8450
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =VegX |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond #$0 ^(.*)$ |
10 |
RewriteRule ^.+$ http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd%1 [discardpath,noescape,last] |
|
10 |
RewriteRule ^.+$ http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd%1 [discardpath,noescape,last,qsappend] |
Also available in: Unified diff
web/**/.htaccess: Use [qsappend] flag with all RewriteRules to ensure that the original query string is never lost