diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-04-11 21:05:43 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-04-11 21:05:43 +0200 |
commit | 96ea4a821be5eb2641b79a76fcde1128e515c2ac (patch) | |
tree | 021523ce9b2572309431f337d310df2e59439fd0 | |
parent | 043c595cea69e6362d4700d9f5681ba01f75623b (diff) |
Disable directory listing in htaccess
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +Options -Indexes + <Files ~ "^configuration$"> Order allow,deny Deny from all |