 Joined: Oct 2007 Posts: 27

 United States
|
Mar 05, 2009, 03:17:08 PM | #1 |
I bought example.com and want to forward everything to mysite.com so here is the .htaccess code i put at example.com
ErrorDocument 404 http://example.com RewriteEngine on RewriteCond %{HTTP_HOST} ^example.com$ [OR] RewriteCond %{HTTP_HOST} ^www.example$ RewriteRule ^/?$ \"http\\:\\/\\/www\\.mysite\\.com\" [R=301,L]
seems to be working ..
can anybody see any errors? |
|