$ipInfo = file_get_contents("http://ipinfo.io/" . $_SERVER["REMOTE_ADDR"]);
$ipInfo = json_decode($ipInfo);
if (isset($ipInfo->country) and $ipInfo->country == "TR") {
#Türkçe ise 301 ile yönlendirebilirsin.www.h..m.com/tr

} else {
#Türkçe'değil ise 301 ile yönlendirebilirsin.www.h..m.com/en
}