Hello Folks, I just install WordPress on my site1 using one-click WordPress install. Now I want to install site2 on the same droplet. How can I do this…?
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 @faizanmalik,
You’ll need to update your Apache service and add an additional configuration file there. This shouldn’t be that troublesome give the fack DigitalOcean have a pretty great tutorial for that.
If you are on an Ubuntu Droplet, you can follow this tutorial to configure an Apache config file for your new domain:
Even if you are using a droplet from MarketPlace, this tutorial will help you in this situation. Take a look at it and see if there is something you need more help with.
Regards, KFSys
Hello, @faizanmalik
You can follow up our existing tutorial on how to install WordPress on Ubuntu 20.04 droplet.
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-20-04-with-a-lamp-stack
There is no need to install the additional PHP extensions as they’re already installed, same goes for enabling the rewrite module. You can follow the rest of the steps and let me know if everything is working as expected.
Hope that this helps! Regards, Alex