301 Redirect
Posted by: steward
Posted on: 2008-05-12 10:50:00
I am trying to redirect an blog I created at blogger to my new self hosted blog that I am running on Wordpress. I have redirected the blog using blogger to old.myfamilysmoney.com and now I want to redirect traffic that would go there to myfamilysmoney.com/blog.
I have tried using several different types of .htaccess files, but none of them seem to work when I upload them to my root directory using the webftp that dreamhost provides. The most recent .htaccess file I tried looked like this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^old.myfamilysmoney.com
RewriteRule (.*) http://www.myfamilysmoney.com/blog/$1 [R=301,L]
Am I uploading it to the wrong place? Is there something wrong with the file I am using?