PDA

View Full Version : Question



Neo_Mitochondrian
March 8th, 2001, 18:23
Does anyone know how to block an IP address from entering your site?

Hobbes
March 10th, 2001, 16:09
yes.
get ip address.

make .htaccess file

put deny from IPADDRESS

but only like this:

deny from ###.###.###.

(no final 3 digits)

and make sure it's before your "allow from all"