<html>
<head>
<title>Redirect in corso...</title>
</head>
</html>
<?php
header("Location:URL");
exit;
?>