(bug 28507) Fix for r85844: that revision was not actually sufficient to fix bug...
[lhc/web/wiklou.git] / images / .htaccess
index e84a095..2aea33e 100644 (file)
@@ -1,6 +1,6 @@
 # Protect against bug 28235
 <IfModule rewrite_module>
        RewriteEngine On
-       RewriteCond %{QUERY_STRING} \.[a-z]{1,4}$ [nocase]
+       RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase]
        RewriteRule . - [forbidden]
 </IfModule>