From 3d7195bfdcebf6f5083844d9159aa6f824f96505 Mon Sep 17 00:00:00 2001 From: Benn Oshrin Date: Sun, 30 Mar 2025 19:51:43 +0100 Subject: [PATCH] Update default .htaccess per CO-2741 --- app/webroot/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/webroot/.htaccess b/app/webroot/.htaccess index f5f2d631c..4e3b1921b 100644 --- a/app/webroot/.htaccess +++ b/app/webroot/.htaccess @@ -3,3 +3,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] + + + Options -Indexes + \ No newline at end of file