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?
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.
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: