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