RewriteEngine On
RewriteBase /
RewriteRule ^(.+)*$ http://www.nuovosito.ext/$1 [L,R=301]
<?PHP
header("location: http://www.nuovosito.ext/index.php");
?>
<html>
<HEAD>
<TITLE>Redirect...</TITLE>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.nuovosito.ext">
</HEAD><body></body></html>