Add Dokuwiki configuration.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-21 18:19:21 +00:00
commit 66a5922794
28 changed files with 17772 additions and 19 deletions

8
etc/dokuwiki/.htaccess Normal file
View file

@ -0,0 +1,8 @@
## no access to the conf directory
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>