From ade75ef623574d64e77b1fcb35799e4825cd2fed Mon Sep 17 00:00:00 2001 From: Knah-Tsaeb Date: Tue, 2 Jul 2024 17:16:54 +0200 Subject: [PATCH] Disable Index for public img when in use with apache2 --- public/.htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 9d7fff3..42e924e 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -10,4 +10,8 @@ mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* - \ No newline at end of file + + + + Options -Indexes + \ No newline at end of file