Thread: What can I do?
View Single Post
Old 01-11-2002, 10:42 AM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
create .htaccess file


Your .htaccess file would start like this:

order allow,deny
allow from all

Then you follow that with lines to specify the addresses that you want to block:

deny from 192.168.128.14

deny from 192.168.128.

deny from somehost.example.com

deny from .example.com


------------------
SUBMIT YOUR GALLERIES



[This message has been edited by spacedog (edited 01-11-2002).]
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote