images/.htaccess breaks TransformVia404 functionality
authorscnd <forwardin+34343erer@yandex.ru>
Tue, 27 May 2014 10:21:10 +0000 (14:21 +0400)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 27 Jan 2016 00:18:20 +0000 (00:18 +0000)
Bug: 65220
Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f

images/.htaccess

index 8c46bbb..3f3d41e 100644 (file)
@@ -1,6 +1,7 @@
 # Protect against bug 28235
 <IfModule rewrite_module>
        RewriteEngine On
+       RewriteOptions inherit
        RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
        RewriteRule . - [forbidden]
        # Fix for bug T64289