Page is a not externally linkable
Kristos - 1:38 am on Feb 12, 2010 (gmt 0)
We also have had good results but we use modrewrite in the .htaccess file
Again, in your .htaccess file
RewriteEngine ON
RewriteRule ^(.*)$ newdomain/$1 [R=301,L]
where the word newdomain above is the complete URL of your new site including http://
The above example will re-map every page on your old domain to a new one and issue a 301 status code (permanent redirect). So a request for
any page at the old domain will go to
the same page at the New URL
we have seen ranking right where it should be in a week with this.