Redirection By Language – .htaccess
December 22nd, 2011 by Pramod T P
Paste the below given code into your .htaccess file
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} (en) [NC]
RewriteRule .* http://en.phpcodez.com [R,L]
Beginner's Guide....
Posted in .htaccess | No comments
Previous post: Detect iPhone – .htaccess
Next post: Block Hitbots – .htaccess