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>Moderator: General Moderators
Code: Select all
<Files *>
Order Deny,Allow
Deny from .host.com
</Files>