root/schemas/VegX/.htaccess @ 8686
1 |
RewriteEngine on |
---|---|
2 |
RewriteOptions AllowNoSlash InheritBefore |
3 |
|
4 |
SetEnvIf Request_URI ^ innermost_dir=VegX |
5 |
|
6 |
# dir without trailing / is provided as an absolute filesystem path
|
7 |
RewriteCond %{ENV:innermost_dir} =VegX
|
8 |
RewriteCond $0 ^/ [ornext]
|
9 |
RewriteCond #$0 ^(.*)$ |
10 |
RewriteRule ^.+$ http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd%1 [discardpath,last,noescape,qsappend]
|