@@ -0,0 +1,11 @@
# Verhindere direkten Zugriff auf config.php
<Files "config.php">
Order Allow,Deny
Deny from all
</Files>
# Verstecke sensible Dateien im Root
<FilesMatch "^(\.env|composer\.json|composer\.lock|\.git)">
</FilesMatch>
The note is not visible to the blocked user.