How to Redirect Multiple Domains to Different Subdomains
-
Instead of using multisite, I’ve created multiple subdomains under one account with my web host. I’ve installed a separate WordPress instance for each subdomain.
I want to redirect different domains to different subdomains, but keep the top-level domain visible. Also, I want to ensure that this has minimal or no impact on SEO rankings.
Example:
domain1.com => sub1.example.com (user sees domain1.com as URL)
domain2.com => sub2.example.com (user sees domain2.com as URL)
domain3.com => sub3.example.com (user sees domain3.com as URL)
etc.It seems to me that this can be solved using CNAME or ALIAS records in DNS, but I can’t get it to work.
What’s the best solution? If using DNS, what are the correct settings?
The topic ‘How to Redirect Multiple Domains to Different Subdomains’ is closed to new replies.