Hi
I was searching your form and came a cross a post that showed this code to set up 301 Redirect
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tomorrownextweek\.com [NC]
RewriteRule ^(.*)$ http://www.tomorrownextweek.com/$1 [L,R=301]
Note I changed the web site to mine.
The problem I'm having is I'm getting a 500 error and it kills my web site when I load my .htaccess file
any ideas why