Revision 8511
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/.TNRS/.htaccess | ||
---|---|---|
6 | 6 |
# dir without trailing / is provided as an absolute filesystem path |
7 | 7 |
RewriteCond %{ENV:innermost_dir} =TNRS |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 |
RewriteCond ?&$0 ^(.*)$
|
|
9 |
RewriteCond ?$0 ^(.*)$ |
|
10 | 10 |
RewriteRule ^.+$ http://tnrs.iplantcollaborative.org/instructions.html%1#download_results [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
web/**/.htaccess: appended query strings for external redirects: just use ? rather than ?& when an external redirect will be perfomed, because no dotpath parsing will be performed on the query string first (which would necessitate the & if the new query string looks like a dotpath)