Forum Moderators: phranque
order allow,deny
allow from all
deny from xx.xx.xx.xx
deny from yy.yy.yy.yy <FilesMatch "(^403\.shtml$|^410\.shtml$|^robots\.txt$)">
Order Allow,Deny
Allow from all
</FilesMatch> I'm missing something?
Sometimes there's relevant traffic coming from the blocked IPs, only if the referer is a known one.
allow/deny directives to RewriteCond %{REMOTE_ADDR}. Shouldn't that be mod_rewrite?