else if(!empty($_SERVER['HTTP_USER_AGENT']) && in_array($_SERVER['HTTP_USER_AGENT'], $твой_массив)) {
header('Location: https://www.site.ru/ru/');}
}
else if(!empty($_SERVER['HTTP_USER_AGENT']) && in_array($var_country_cod, $твой_массив)) {
header('Location: https://www.site.ru/ru/');}
}
$options = array(
'YandexBot', 'YandexAccessibilityBot', 'YandexMobileBot','YandexDirectDyn',
if ($var_country_code == "RU") {
header('Location: https://www.site.ru/ru/');
}
else if ($var_country_code == "US") {
header('Location: https://www.site.ru/en/');
}
$array = [
"RU" => "ru",
"US" => "en"
];
header('Location: https://www.site.ru/{$array["US"]}/');