Forum Moderators: phranque
- Steve
<Limit GET POST >
order allow,deny
allow from all
deny from 12.*.*.*/*
</Limit>
You write this with a text editor name it .htaccess and upload it to the root of the website you want to protect. If you have access to apache config, or hosts.deny you can alternatively do it there.
Will this keep the person I want out?
I only ban IPs if I am pretty sure that it is a returning visitor who wants to harm my site.