about summary refs log tree commit diff stats
path: root/wiki/bin/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/bin/.htaccess')
-rw-r--r--wiki/bin/.htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/wiki/bin/.htaccess b/wiki/bin/.htaccess
new file mode 100644
index 0000000..5f279f1
--- /dev/null
+++ b/wiki/bin/.htaccess
@@ -0,0 +1,7 @@
+<IfModule mod_authz_host>
+    Require all denied
+</IfModule>
+<IfModule !mod_authz_host>
+    Order allow,deny
+    Deny from all
+</IfModule>