GeoIp redirect specific country Traffic to country domain?
问题 I want to redirect US country traffic to my country domain from mydomain.com . My website is in Wordpress and i would prefer .htaccess. i have applied the below code but it redirecting all IP addresses to mydomain.us . Will any body help? GeoIPEnable On RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !^(US)$ RewriteRule ^(.*)$ http://mydomain.us [R,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME}