deny in .htaccess
Posted: Fri Jan 18, 2008 3:45 pm
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 ?
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 ?
Code: Select all
<Files *>
Order Deny,Allow
Deny from .host.com
</Files>