My affiliate manager blog is dead. I want to redirect all traffic to my new blog and hopefully transfer the PR as well. How do I go about that? Would this work fine?
Thanks!PHP Code:<?
header("Location: http://www.stickycarrots.com");
?>![]()
My affiliate manager blog is dead. I want to redirect all traffic to my new blog and hopefully transfer the PR as well. How do I go about that? Would this work fine?
Thanks!PHP Code:<?
header("Location: http://www.stickycarrots.com");
?>![]()
We have quite a good thread about it here:
How to change your domain without losing your search engine ranking
As for the best way to redirect I think you should use the .htaccess option.
In your old site edit the .htaccess file like this:
Code:RewriteEngine On RewriteRule ^(.*)$ http://www.stickycarrots.com/$1 [R=301,L]
stickycarrots (7 August, 2009)
Bookmarks