I want to redirect Chinese traffic and added the following code to my htaccess file:
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} (zh) [NC]
RewriteRule .*
http://toplist.myfree-porn.com [R,L]
Redirects based on browser language, I was redirecting based on referrer, but it became tedious to update the referrer list every day.
Will this work?
Is their an easier way?