I am new to Digital Ocean and don’t know much about it. So, please tell me the procedure in steps to host multiple wordpress sites in single droplet.
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.
Hi there,
You could follow the steps from this video on how to host multiple WordPress websites on the same server with Apache Virtual Hosts:
Essentially, what needs to happen is:
wget
command:/var/www/
folder:Syntax OK
reload Apache:Then run the following queries:
Hope that this helps. Regards, Bobby
Hi @dennylanga528,
Hello,
You can host multiple websites on one droplet by creating a LAMP stact server and then configuring multiple Apache Virtual Hosts. I’ll recommend using Ubuntu for this purpose.
Here is an article how to deploy LAMP on your Ubuntu droplet - https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
Here’s a step by step article on how to configure multiple Apache Virtual Hosts on Ubuntu:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
Let me know if you have any questions.
Regards, KDSys