DateTimeInputWidget: Rename LESS var to align with WikimediaUI Base
[lhc/web/wiklou.git] / images / .htaccess
index e84a095..4e253b6 100644 (file)
@@ -1,6 +1,9 @@
-# Protect against bug 28235
+# Protect against bug T30235
 <IfModule rewrite_module>
        RewriteEngine On
-       RewriteCond %{QUERY_STRING} \.[a-z]{1,4}$ [nocase]
+       RewriteOptions inherit
+       RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
        RewriteRule . - [forbidden]
+       # Fix for bug T64289
+       Options +FollowSymLinks
 </IfModule>