@@ -0,0 +1,11 @@
<IfModule mod_autoindex.c>
Options -MultiViews -Indexes
CheckSpelling off
</IfModule>
# Block access to .env files
<Files .env>
Order allow,deny
Deny from all
</Files>
The note is not visible to the blocked user.