Disable directory listing in .htaccess

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DJP 2026-02-25 13:24:08 -05:00
parent 369e11d83e
commit 254017eb71

View file

@ -1,3 +1,6 @@
# Disable directory browsing
Options -Indexes
# Block access to documentation and config files
<FilesMatch "\.(md|gitignore)$">
Require all denied