$redirection = "http://www.jeuxfun.com/histoire-pour-enfants.php"; header('HTTP/1.1 301 Moved Permanently'); header('Location: '.$redirection); header('Content-Type: text/html; charset=ISO-8859-1'); header('Connection: close'); ?>