Project

General

Profile

« Previous | Next » 

Revision 8450

web/**/.htaccess: Use [qsappend] flag with all RewriteRules to ensure that the original query string is never lost

View differences:

.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,noescape,last]
10
RewriteRule ^.+$ http://tnrs.iplantcollaborative.org/instructions.html%1#download_results [discardpath,noescape,last,qsappend]

Also available in: Unified diff