Revision 10656
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
6 | 6 |
# dir without trailing / is provided as an absolute filesystem path |
7 | 7 |
RewriteCond %{ENV:innermost_dir} =TCS |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 |
RewriteCond #$0 ^(.*)$ |
|
9 |
RewriteCond #/$0 ^(.*)$
|
|
10 | 10 |
RewriteRule ^.+$ http://www.tdwg.org/standards/117/download/#/v101.xsd%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
schemas/VegX/.htaccess, TCS/.htaccess: prepend / to subpath so that it becomes an absolute XPath. the subpath is now usually provided as a dotpath translated to a dirpath, which would not have a leading / .