Hi, does anyone know how to host multiple wordpress domains on the same droplet ? At one point I managed to add a 2nd domain (wordpress site) on my existing droplet that already had an existing domain, using a tutorial found online but I can’t find it anymore. Can you please point me in the right direction? Thanks
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
Hello, @kimchi
Yes can host multiple websites on a single droplet. The setup it’s not complicated and you basically need to setup different virtual hosts for the separate websites/domains
You can also check this article, although it’s deprecated, but you will get the general idea behind the setup/configuration:
https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-wordpress-sites-on-a-single-ubuntu-vps
This article is for Nginx and how to setup a server blocks (virtual hosts)
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
If you have any questions feel free to ask.
Regards, Alex
Hi @kimchi,
You can follow this guide to host more than one domain on the same droplet.
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04