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
6 6

  
7 7
# dir without trailing / is provided as an absolute filesystem path
8 8
RewriteCond %{ENV:innermost_dir} =aggregators
9
RewriteRule ^/() $1 [discardpath,noescape,last,redirect]
9
RewriteRule ^/() $1 [discardpath,noescape,last,redirect,qsappend]

Also available in: Unified diff