From 254017eb71ed1155be8c6dd89183cc6f96fefc06 Mon Sep 17 00:00:00 2001 From: DJP Date: Wed, 25 Feb 2026 13:24:08 -0500 Subject: [PATCH] Disable directory listing in .htaccess Co-Authored-By: Claude Opus 4.6 --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 57dbb26..4e69a1b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,6 @@ +# Disable directory browsing +Options -Indexes + # Block access to documentation and config files Require all denied