General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
.htaccess Block an ISP..
I'm looking to block users from a state, to my website. There is only two ISP (main guys) that I need to block.. I understand how easy this is done, but there is a catch..
I'm looking to block the whole user-base of the ISP except for a select few..
figured it out, nevermind
Lets say the ISP is 22.72/16 (Easy enough to ban) But I want to allow 22.72.111.200 ..
Now with .htaccess if there is a deny of 22.72.
even when I make an "allow" it always just denys the allowed IP anyways...
Is there a proper way to do this? Make the allow take priority over the deny? Even on the same address segment?
Any other suggesttions to accomplish this?
(Running on an apache server)