Salve, ho inserito il seguente codice nel mio header.php in WP:
Ma non funziona. Cosa puņ essere?Codice:<?php
$lang = ($_SERVER['HTTP_ACCEPT_LANGUAGE']);
if(ereg("it", $lang)) {
header("location: http://radionlymetal.altervista.org/");
} else {
header("location: http://radionlymetal.altervista.org/en/");
}
?>
