What is the difference and how can I implement a URL that reads: shop.websitename.com vs. websitename.com/shop Thanks in advance!
hello, For the first one, we need to setup a seperate DNS record for shop.websitename.com and it will work only if it is resolving to the correct IP. In the case of second one, its just a folder created under your main domain. If main domain is resolving properly, the link will work fine. There is no need for a DNS entry.
Also stop.domain.com can be on a different server/location, which is why some websites will have gb.domain.com usa.domain.com where the site is hosted at separate location's. Also google see's a sub domain ***.domain.com as a separate, where it see's domain.com/folder as the same site.