Hi everybody, I have a droplet created manually with 3 static sites and I’m going to create a new one with one click install Wordpress. Current one is with ubuntu 16.04 LEMP stack and had some conflict issues with mysql.
So my questions are this: Is it possible to have static and wordpress sites in one droplet?
Is it possible to have a wordpress site inside a subdirectory of the main site? For example if I have a domain www.mydomain.com which will be static, can I have the wordpress site in www.mydomain.com/Wordpress/mywordpress.php ?
Is it hard to achieve it?
Thank you for your time
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.
Yes, it is definitely possible! The Wordpress One-Click uses Apache which does not need any additional configs. Follow WordPress’s tutorial on moving a root install to its own directory and you should be fine. On the One-Click, WordPress is installed in
/var/www/html/
.This comment has been deleted