From fe67228f0ce4541b876d08a2c5d76e11c98378f7 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 7 Jun 2017 23:22:39 +0800 Subject: [PATCH] # disable directory index --- website/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/.htaccess b/website/.htaccess index af406985..94e448a9 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -29,6 +29,10 @@ redirect 302 /forums/faq.php https://www.filebot.net/forums/viewtopic.php?f=3&t= redirect 302 /forums/help/faq https://www.filebot.net/forums/viewtopic.php?f=3&t=7 +# disable directory index +Options -Indexes + + # cache static resources ExpiresActive on