SEO friendly 301 redirect to a newly purchased domain . Redirect all old URLs of a domain (web site) in to a new domains (web site) URLs.
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]
No comments:
Post a Comment