Ip-ban Feature ??

adam-pca

Verified User
Joined
May 4, 2004
Messages
21
Hello,
I was wondering if there is a mod something in Direct Admin, that would allow users to ban-ip adresses from using there website. I have been asked this a few times by my customers, so I decided to ask here. Thanks in advance.

Adam
 
.htaccess for http requests:

order allow,deny
deny from x.x.x.x1
deny from x.x.x.x2
allow from all

where x.x.x.x* are the ips you want to ban.

Chris
 
Hey,
Thanks for the reply. Ill try to create a form for the users to use. :cool: . If anyone could help or has a form for this it would be a big help. Thanks.

Adam
 
Back
Top