Revision 11183
Added by Aaron Marcuse-Kubitza about 11 years ago
web/people/Brad_Boyle/attribution/.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =attribution |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond #$0 ^(.*)$ |
10 |
RewriteRule ^.+$ /exchange_schemas/VegBIEN/attribution/BIEN%203%20data%20use%20and%20attribution.docx%1 [discardpath,last,noescape,qsappend] |
|
10 |
RewriteRule ^.+$ /exchange_schemas/VegBIEN/attribution/BIEN\%203\%20data\%20use\%20and\%20attribution.docx%1 [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
bugfix: web/people/Brad_Boyle/attribution/.htaccess: \-escape the %s so that they aren't treated as backreferences. set the [redirect] flag so that the downloaded file has the correct filename (BIEN 3 data use and attribution.docx instead of attribution).