Here is a question
I have a website(example.com) already running in /var/www/html can i add another website (newdomain.com) by creating directory /var/www/newdomain.com and use it Without changing the location of example.com as you know it will take time to transfer from /var/www/html to /var/www/example.com ? If yes, How can i do that? Please guide will be thankfull.
I’m using Apache Web Server on Ubuntu 20.04 (LTS) x64
Please reply me ASAP
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, @umwebscom
If your question is if you can host multiple websites on a single droplet, the answer is yes.
You can host multiple websites on one droplet by adding multiple Apache Virtual Hosts. Here’s a step by step article on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04
Hope that this helps! Regards, Alex