Avoid DB rows with usable names but ID = 0 by introducing "interwiki" usernames
[lhc/web/wiklou.git] / images / .htaccess
1 # Protect against bug T30235
2 <IfModule rewrite_module>
3 RewriteEngine On
4 RewriteOptions inherit
5 RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
6 RewriteRule . - [forbidden]
7 # Fix for bug T64289
8 Options +FollowSymLinks
9 </IfModule>