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
8 8
RewriteCond %{ENV:innermost_dir} =wiki
9 9
RewriteCond $0 ^(?!/)(.+)$ [ornext]
10 10
RewriteCond Database_development ^(.*)$
11
RewriteRule ^.+$ ../main/wiki/%1 [discardpath,noescape,last]
11
RewriteRule ^.+$ ../main/wiki/%1 [discardpath,noescape,last,qsappend]

Also available in: Unified diff