aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-04-11 21:05:43 +0200
committerStefan Ritter <xeno@thehappy.de>2010-04-11 21:05:43 +0200
commit96ea4a821be5eb2641b79a76fcde1128e515c2ac (patch)
tree021523ce9b2572309431f337d310df2e59439fd0
parent043c595cea69e6362d4700d9f5681ba01f75623b (diff)
Disable directory listing in htaccess
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index be9cf08..603a284 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,5 @@
+Options -Indexes
+
<Files ~ "^configuration$">
Order allow,deny
Deny from all