Hello A customer ask me to make that the site i develope for him could redirect users based (if possible) on visitors country. If it takes to much work, maybe i could implement based on language. Can anyone point me in the right direction to do it the best possible (that dont eat much resources, per example). It need to br free. Thanks in advance *Is i use navigator language... could it give a problem with google bot? I dont want to redirect google bot.
You can do this also using GeoIP extension for Apache, and .htaccess modification. It works by 'including' the .dat file, and then using mod_rewrite to redirect: For more details: see maxmind.com/app/mod_geoip
Javascript options work, but they could be considered as cloaking by some spiders. In practically every situation of redirection, 301's are much, much better