View Full Version : IP Deny Manager
lineman12kv
02-15-2006, 02:23 PM
Just a quick question.....can I deny a "Block" of IP adresses? Such as blocking 83.77.*.* does this block all IP addresses from 83.77.0.0 to 83.77.255.255????
Thanks
Basil
02-15-2006, 08:50 PM
In your .htaccess file for the folder you want to deny people from..
order allow,deny
deny from 83.77.
allow from all
That there should deny access from anybody between 83.77.0.0 and 83.77.255.255.
..I think.
lineman12kv
02-16-2006, 05:42 AM
I used the IP Deny Manager and inputed 83.77.*.*
I looked into the .htaccess file in the public_html folder and it is listed in the .htaccess file as "deny from 83.77." so, I guess it's working. I needed to block a net range of IP addresses from the entire site.
Thanks
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.