i am having trouble redirecting my JP visitors via this method when i do it screws up my html any ideas why?
GeoIPEnable On
GeoIPDBFile /home/fris/GeoIP.dat
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^JP$
RewriteRule ^(.*)$
http://www.blah.com [L]
is the code