Forum Moderators: DixonJones
I still dotn know how to filter out the range of ip
ie 139.1 to 130.5
my solution doesnt need to be bullet proof, just
lock out the majority of country ip's i dont want
To deny access from certain IP addresses or hostnames, you can use allow and deny directives in your .htaccess file. This page from the Apache manual explains it well:
[httpd.apache.org...]