View Single Post
Old 2007-09-16, 03:28 AM   #1
Mr Spock
You can now put whatever you want in this space :)
 
Mr Spock's Avatar
 
Join Date: Nov 2006
Location: Vulcan
Posts: 695
Redirect Chinese Traffic

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?
Mr Spock is offline   Reply With Quote