Add Dokuwiki configuration.
This commit is contained in:
parent
1865e047c6
commit
66a5922794
28 changed files with 17772 additions and 19 deletions
8
etc/dokuwiki/.htaccess
Normal file
8
etc/dokuwiki/.htaccess
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue