Not technical enough anymore… Does anyone know if I can install Dokuwiki in a directory with a WP installation or would it screw stuff up?
Thanks
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there,
Yes, this is doable. As Dokuwiki is also based on PHP as WordPress, what you could do is to create a separate Virtual Host for your subdomain name as per this tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04
And then install Dokuwiki in a separate folder at
/var/www/html/your_sub_domain_here
.That way you will have both applications running on the same server.
Hope that this helps! Regards, Bobby