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, 0 insertions, 8 deletions
diff --git a/wiki/conf/.htaccess b/wiki/conf/.htaccess
deleted file mode 100755
index b3ffca5..0000000
--- a/wiki/conf/.htaccess
+++ /dev/null
@@ -1,8 +0,0 @@
-## 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>