summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 4b06fe9a9..27f478afd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,9 @@
<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$>
deny from all
</FilesMatch>
+
+Options -Indexes
+
<IfModule mod_expires.c>
<IfModule mod_headers.c>
<IfModule mod_env.c>