PDA

View Full Version : Ip-ban Feature ??



adam-pca
05-04-2004, 11:16 AM
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

ProWebUK
05-04-2004, 01:55 PM
.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

adam-pca
05-04-2004, 02:02 PM
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