about summary refs log tree commit diff stats
path: root/wiki/conf/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/conf/.htaccess')
-rwxr-xr-xwiki/conf/.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/wiki/conf/.htaccess b/wiki/conf/.htaccess
new file mode 100755
index 0000000..b3ffca5
--- /dev/null
+++ b/wiki/conf/.htaccess
@@ -0,0 +1,8 @@
+## no access to the conf directory
+<IfModule mod_authz_host>
+    Require all denied
+</IfModule>
+<IfModule !mod_authz_host>
+    Order allow,deny
+    Deny from all
+</IfModule>