Forum Moderators: phranque
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^http://olddomain.com/$ [NC]
RewriteRule ^(.*)$ http://newdomain.pro/$1 [L,R=301]
</IfModule> RewriteCond %{HTTP_HOST} !^(example\.com)?$
RewriteRule (.*) http://example.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$
RewriteRule (.*) http://www.example.com/$1 [R=301,L] but did not replace the google rankings yet