Quote:
Originally posted by Fake Nick
indeed, the only way to filter countries is whit an ip database, no ip database no filtering
|
You could do it with somthing like this...
RewriteCond %{HTTP:Accept-Language} ru [NC]
RewriteRule .*index\.html$
http://www.yourdomain.com/russian.html
But its not very accurate