From 8993bce53f1276955ea657f503d3fd294942a0c3 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 24 Jul 2026 20:52:35 -0400 Subject: [PATCH] Force No Indexes of empty directories even if enabled using .htaccess in uploads --- uploads/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploads/.htaccess b/uploads/.htaccess index da91030a..d03dec06 100644 --- a/uploads/.htaccess +++ b/uploads/.htaccess @@ -1,4 +1,4 @@ -Options -ExecCGI +Options -ExecCGI -Indexes php_flag engine off RemoveHandler .php .phtml .phar .phps RemoveType .php .phtml .phar .phps