Hello. I would like to run dokuwiki on LAMP server.
And i will run other dokuwiki on same server. For example… ABC.com/A wiki /B wiki /C wiki
But I don’t know what to do.
I just finished to create droplet.
Could you tell me what to do?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Assuming you have a basic LAMP setup like the one used by the DigitalOcean One-Click application or as described in this tutorial, creating multiple wikis under the same domain is as simple as creating sub-folders in the
/var/www/html
directory.First we’ll download Dokuwiki itself and extract it in our home directory:
Now we’ll make two copies in the
wiki-a
andwiki-b
subfolders:We’ll also need to make one addition to our Apache VitualHost. This is to make sure that certain directories are not publicly accessible on the internet. Edit the file
/etc/apache2/sites-enabled/000-default.conf
and add the following inside the VitualHost block.Next, make sure the permissions are correct:
Finally, you can finish installation by visiting the URLs for both wikis: