Thread
:
how to block uk traffic?
View Single Post
08-30-2002, 07:22 AM
priest
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: Los Angeles, California
Posts: 139
You can block entire domains in your .htaccess file like this:
<Limit GET>
order allow,deny
deny from 128.119.166.254
deny from .255.213
allow from all
</Limit>
The problem is you need to list every major domain in the UK.
priest
View Public Profile
Visit priest's homepage!
Find More Posts by priest