User Tools

Site Tools


dokuwikipi_-_host_your_own_wiki_site_like_this_one

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
dokuwikipi_-_host_your_own_wiki_site_like_this_one [2016/11/07 22:53] walkeradmindokuwikipi_-_host_your_own_wiki_site_like_this_one [2023/03/09 22:35] – external edit 127.0.0.1
Line 73: Line 73:
         sudo nano /etc/apache2/apache2.conf         sudo nano /etc/apache2/apache2.conf
 \\ \\
 +\\ 
 +Put this at the end, and comment out any other similar entries.
 +\\ 
 +<file>
 +<Directory /home/pi/dokuwiki>
 +    Options Indexes FollowSymLinks
 +    AllowOverride All
 +    Require all granted
 +</Directory>
 +</file>
 +\\ 
 +\\ 
 +        Now edit the following file:
 +        /etc/apache2/sites-enabled/000-default.conf
 +\\ 
 <file> <file>
 <VirtualHost *:80> <VirtualHost *:80>
Line 108: Line 123:
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
 </file> </file>
-\\  
-\\  
-        ENSURE TO CHANGE AllowOverride to All (default) is none 
-\\ 
-You should have a section that looks like this: 
-\\  
-    <Directory /> 
-        Options FollowSymLinks 
-        AllowOverride All 
-    </Directory> 
-    <Directory /home/pi/dokuwiki> 
-        Options Indexes FollowSymLinks MultiViews 
-        AllowOverride All 
-        Order allow,deny 
-        allow from al  
-    </Directory> 
-\\  
-        For some reason I also had to duplicate this in the following file: 
-        /etc/apache2/sites-enabled/000-default.conf 
-        Change the DocumentRoot line to /home/pi/dokuwiki 
 \\  \\ 
         Don't forget to restart Apache before testing these changes\\          Don't forget to restart Apache before testing these changes\\ 
dokuwikipi_-_host_your_own_wiki_site_like_this_one.txt · Last modified: 2023/03/10 16:56 by walkeradmin