header('Location: www.example.com/index.html', true, 301);
exit;
RewriteEngine On
RewriteRule ^index.php
http://www.newdomain.com/index.html [R=301]
header('Location: www.example.com/index.html', true, 301);
exit;
header('Location: www.example.com/index.html', true, 302);
exit;