Forum Moderators: phranque
RewriteEngine On
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^AT$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CH$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^DE$ [NC]
RewriteRule ^(.*)$ http://www.url.com/german/ [R,L]
I tried it with external URL as well, still no redirecting, the root page loads normally (it's the same for overseas friends if I specify their geoip country code).
Any ideas?