Hello Team,
I have an issue regarding redirection of websites. I have two website on one IP address.Initially main website was http://example.com/ which was working fine if we hit the website by typing either www.example.com or example.com. Website was working fine. But now I have created the virtual host for my another website which is http://example2.com/.This website is also working fine either by typing www.example2.com or example2.com. But now main problem is if I run the main website by www.example.com it is redirecting to second one website(example2.com). Will you please help me may be I have done something wrong while configuration. root path of my file is -www/html/ -main websites file(www.example.com) -example2.com -
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I have resolved this issue.I have also created new conf file for the main website(http://example.com/ ) having path /etc/apache2/sites-available/example.com.conf and after that websites start to work.