Revision 8450
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
8 | 8 |
RewriteCond %{ENV:innermost_dir} =terms |
9 | 9 |
RewriteCond $0 ^/ [ornext] |
10 | 10 |
RewriteCond #$0 ^(.*)$ |
11 |
RewriteRule ^.+$ ../_src/ctfs-comments_worksheet.xls%1 [discardpath,noescape,last,redirect] |
|
11 |
RewriteRule ^.+$ ../_src/ctfs-comments_worksheet.xls%1 [discardpath,noescape,last,redirect,qsappend] |
Also available in: Unified diff
web/**/.htaccess: Use [qsappend] flag with all RewriteRules to ensure that the original query string is never lost