diff options
author | scnd <forwardin+34343erer@yandex.ru> | 2014-05-27 14:21:10 +0400 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2016-01-27 00:18:20 +0000 |
commit | b51645de85224e917a03ba8d04e8127fc0076738 (patch) | |
tree | e9464999d583d92caa0277c6fff639da59afef75 /images/.htaccess | |
parent | 6291a6d472f2c97c2107e3545aee45bba0abbd10 (diff) | |
download | mediawikicore-b51645de85224e917a03ba8d04e8127fc0076738.tar.gz mediawikicore-b51645de85224e917a03ba8d04e8127fc0076738.zip |
images/.htaccess breaks TransformVia404 functionality
Bug: 65220
Change-Id: Ibdb91f4c676b1c77558ac806c1ccc8313ef5929f
Diffstat (limited to 'images/.htaccess')
-rw-r--r-- | images/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/.htaccess b/images/.htaccess index 8c46bbb4e8c7..3f3d41e7fa4a 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -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 |