To use from PHP, use something like: GeoIP Country: GeoIP Region: GeoIP City: ================================================== Redirection with PHP $country_code = apache_note("GEOIP_COUNTRY_CODE"); if ( $country_code == "DE" ) { header ("Location: http://www.google.de" ); } else { header ("Location: http://www.yoursite.com" ); }