finanzen/app/.htaccess
2025-05-18 11:24:33 +02:00

7 lines
118 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>