<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.thestuntway.com/");
exit;
?>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.thestuntway\.com [NC]
RewriteRule (.*) http://www.thestuntway.com/$1 [QSA,R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.thestuntway\.info [NC]
RewriteRule (.*) http://www.thestuntway.info/$1 [QSA,R=301,L]