Project

General

Profile

« Previous | Next » 

Revision 13621

bugfix: inputs/.TNRS/.htaccess: qsappend does not support fragment, so append it separately

View differences:

trunk/inputs/.TNRS/.htaccess
7 7
RewriteCond %{ENV:innermost_dir} =TNRS
8 8
RewriteCond $0 ^/ [ornext]
9 9
RewriteCond ?$0 ^(.*)$
10
RewriteRule ^.+$ http://tnrs.iplantcollaborative.org/instructions.html%1#download_results [discardpath,last,noescape,qsappend]
10
RewriteRule ^.+$ http://tnrs.iplantcollaborative.org/instructions.html%1 [chain,discardpath,noescape,qsappend]
11
# qsappend does not support fragment, so append it separately
12
RewriteCond %{QUERY_STRING} ="" [ornext]
13
RewriteCond ?%{QUERY_STRING} ^.*$
14
RewriteRule ^.*$ $0%0#download_results [discardpath,last,noescape]

Also available in: Unified diff