Forum Moderators: phranque
How can I ban a host via htaccess? I know there is a way - I've done it before and I can't remember how it was done. It was simple. Anyone?
RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^111.222.333.444
RewriteRule !^http://[^/.]\*.* - [F]
You could just drop these in - they will work on any domain without modification.