From 2eb7749f57243e0d0bc61f79cb5a712c1a667f1e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 14 Dec 2023 21:50:43 +0530 Subject: [PATCH] (refactor): disabled directory listing via htaccess --- htdocs/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 3828d51..302dffc 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,3 +1,4 @@ +Options -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f