Domain name

Hi,

If I have two domain names that point to the same site:

www.mysite.com (primary domain)
www.myawesomesite.com

and a user types in www.myawesomesite.com
what will they see in the address bar when the webpage
completely loads?

Do you mean the sites redirect to your primary domain? If so, then they will see www.mysite.com

Otherwise you’ll see myawesomesite.com

1 Like

oh ok got it.

depends on which preferred or canonical domain you have kept in case of multiple versions of same domain. but in this case it is not the different versions of the same domain but two different domains and if both point to same location then its a case of 301 permanent redirection. If you redirect mysite.com to myothersite.com it will show the later one, always, in the address bar and vice versa.

2 Likes

do proper redirection
if user types w/ www or w/o www they should be redirected to your primary domain name, make sure to use https so that your address will look like https://www.yoursite.com .

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.