View Full Version : I need to know how to block IP's!


rinoa_heartily
07-15-2003, 02:40 AM
okay so there's a couple of people flamming mine and my friends website.. so we want to block their IP's from our site... does anyone have a link to a site that could tell me how to do it?^_^

Lissa
07-15-2003, 03:01 AM
If you own your own domain you can block ips through small .htaccess files:

<Limit GET>
order deny,allow
deny from 209.23.123.110
</Limit>

Put that in a file called .htaccess and upload it to your root directory. Change the ip address to reflect the one you want to block.

elfenheroin
07-15-2003, 05:40 AM
I think geocities has a IP blocking thingy that you just type in the IP# then that person will be blocked. (Sorry I'm not good in explaining ^_^')