# Rewrite engine options
#Options FollowSymLinks -Indexes

RewriteEngine on
RewriteCond %{QUERY_STRING} (\;|\'|\"|\%22).*(union|insert|where|.txt?|select|SQLInjection|update|drop|md5|or|and|if).* [NC]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC]
RewriteCond %{QUERY_STRING} (\"|%22).*(\>|%3E|<|%3C).* [NC]
RewriteRule (,|;|<|>|'|`) 404.shtml [NC]
AddType application/x-rar rar