May 28, 2020

Two domain names for one website

NicoletaBan published thread Two domain names for one website

Hello everyone, I have two domains for one website, and I have redirected one of the domains to the one that I want to show up on google as the main website. The issue is that when I search on google for the company name I don't see the main domain name (the one to which I redirected the other domain name), I see actually the domain name that is redirected to the main domain name. Do you have any suggestions, why I have this problem? Thanks a lot for any advice! P.S. to link the two domains I have used 301 redirects (.htaccess) and it works well. RewriteEngine on RewriteCond %{HTTP_HOST} ^oldsite.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.oldsite.com [NC] RewriteRule ^(.*)$ https://newsite.com/$1 [L,R=301,NC]

NicoletaBan

NicoletaBan

@NicoletaBan

My BIO is empty. Try checking my profile later.

1
0 0