Page 1 of 1

deny in .htaccess

Posted: Fri Jan 18, 2008 3:45 pm
by ripples
I'm using .htaccess to deny access to certain ISPs.

If the user which uses a banned ISP inputs a proxy in the browser's settings, will they be able to access my site? If so, is there any workaround to ban them ? :dubious:



Code: Select all

<Files *>
Order Deny,Allow
Deny from .host.com
</Files>

Re: deny in .htaccess

Posted: Fri Jan 18, 2008 11:39 pm
by potato
i'm not 100% sure, but i think if the visitor uses a proxy, you cant detect the original isp.
But dont shoot me if you can :mrgreen: