From: scnd Date: Tue, 27 May 2014 10:21:10 +0000 (+0400) Subject: images/.htaccess breaks TransformVia404 functionality X-Git-Tag: 1.31.0-rc.0~8194^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=b51645de85224e917a03ba8d04e8127fc0076738;p=lhc%2Fweb%2Fwiklou.git images/.htaccess breaks TransformVia404 functionality Bug: 65220 Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f --- diff --git a/images/.htaccess b/images/.htaccess index 8c46bbb4e8..3f3d41e7fa 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,7 @@ # Protect against bug 28235 RewriteEngine On + RewriteOptions inherit RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] # Fix for bug T64289