I have a Drupal website. It’s domain is example.com. I want domains: mysite.com and mywebsite.com to point to example.com website.
How to setup multiple domains that point to one website?
I have a Drupal website. It’s domain is example.com. I want domains: mysite.com and
Share
You can add ServerAlias to your Apache conf for that virtual host. That is one way. You could also forward the domains with DNS.