Ciao.
Puoi fare il redirect ad una pagina
che vuoi tu e dentro questa pagina
metti una cosa del genere:
Codice PHP:
<?php
$url = "LaPaginaCheVuoi";
header("Refresh: 5; URL=\"$url\"");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h4 align="center">MESSAGGIO</h4>
</body>
</html>