Summary: This wiki page shows how I installed and configured this site using dokuwiki.
Date: 2 December 2024
The original installation was already done in 2012 using the “Adore Belle” edition. In 2021 I had to do the installation again because everything broke due to a failed installation. This is the installation as from then:
## Uncomment these rules if you want to have nice URLs using ## $conf['userewrite'] = 1 - not needed for rewrite mode 2 RewriteEngine on # RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L] RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L] RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L] RewriteRule ^$ doku.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) doku.php?id=$1 [QSA,L] RewriteRule ^index.php$ doku.php
A side bar is not included by default, but just create a page called 'sidebar' and the sidebar will be shown on the right side of the page. The sidebar is included in the template and is shown on every page.
I've configured the following settings:
I've installed and configured the following plugins:
~~REDIRECT>
. The plugin gives a 301 http status code, which will not impact your ranking in any SEO.Dokuwiki checks a few places for the favicon and logo, and one of them is the root of the wiki namespace:
Create the following file conf/tpl/dokuwiki/style.ini
to be able to make changes to the template.
Add the following lines to change the width of the site and the sidebar:
[replacements] __site_width__ = "95%" __sidebar_width__ = "25%"
Create a backup by downloading the following folders:
Upgrading dokuwiki is best done using the Upgrade plugin. Go to the admin section and click 'Wiki Upgrade'. This will start the upgrade, by just following the steps.
Go to the admin section and click 'Extension Manager'. This will show you the plugins that need to be updated. Click 'Update' to update the plugins.