]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-apache.conf
migrate .htaccess contents to apache.conf
[packages/dokuwiki.git] / dokuwiki-apache.conf
index c195ca87e173a3454d4b6bbf5f2e1498cd68bb35..b79c953ca5904747f55592f7bf212d63540d6b7f 100644 (file)
@@ -23,3 +23,7 @@ Alias /dokuwiki /usr/share/dokuwiki
                RewriteRule ^index.php$               doku.php
        </IfModule>
 </Directory>
+
+<Directory ~ /usr/share/dokuwiki/(conf|inc|bin|data)>
+       Deny from all
+</Directory>
This page took 0.031978 seconds and 4 git commands to generate.