Forum Moderators: open
If I just copy the site to the new domain and leave the old one online, what will happen? I assume that some of the 2 domains will get a penalty due to duplicate content, but is this a penalty a ban or just the filter will only show one site?
Any suggestions on what should I do?
Would this be the proper way to do it:
RewriteEngine on
RewriteCond %{HTTP_HOST} [^.]*olddomain\.com$
RewriteCond %{REQUEST_URI}!^/olddomain/
RewriteRule ^(.*)$ [newdomain.com...] [R=301,L]
OR
should you do it like this:
Redirect permanent [oldsite.com...] [newsite.com...]