From: Mischa POSLAWSKY Date: Fri, 15 Oct 2021 10:46:11 +0000 (+0200) Subject: htaccess: prevent directory indexes in case of mod_autoindex X-Git-Tag: v1.13~144 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b9ba9d127c9b53822ccd217093818467a66f0260 htaccess: prevent directory indexes in case of mod_autoindex Disabled on the current server, but probably installed by default. --- 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