Forum Moderators: phranque
I want to ban a country, all the country, from my server, well a awebsite actually. I understood I could use .htaccess.
I have used this, can I get some confirmation please?
<Limit GET PUT POST>
Order allow,deny
deny from .ca
deny from .uk
Allow from all
</Limit> Would this be exhautive and fool proof for UK and Canadian surfers?
i.e. a complete ban from those countries?