From b9ba9d127c9b53822ccd217093818467a66f0260 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 15 Oct 2021 12:46:11 +0200 Subject: [PATCH] htaccess: prevent directory indexes in case of mod_autoindex Disabled on the current server, but probably installed by default. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index b23841f..f9d21dd 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -Options -MultiViews +Options -MultiViews -Indexes DirectoryIndex index.plp DirectorySlash Off -- 2.30.0