Hi… I have a virtual host let’s name it www.example.com and I am pointing a domain already to it www.example.com
Can I point a second domain www.example1.com to the same virtual host with domain masking? meaning when I go to www.example1.com, I want the same showing in the URL I don’t want any redirection to example.com to take place.
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
You can add example1.com to server_name just like example.com. But it’s on the app side that you need to make sure the redirect to example.com doesn’t happen.
Cheers