deny in .htaccess

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ripples
Forum Newbie
Posts: 6
Joined: Fri Jan 18, 2008 3:36 pm

deny in .htaccess

Post 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>
User avatar
potato
Forum Contributor
Posts: 192
Joined: Tue Mar 16, 2004 8:30 am
Location: my lovely trailer, next to the big tree

Re: deny in .htaccess

Post 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:
Post Reply