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