Files
papa-kind-treff.info/config/.htaccess
Lars Gebhardt-Kusche 49c13dfd80
All checks were successful
Deploy / deploy (push) Successful in 1m8s
big
2026-08-23 02:47:01 +02:00

8 lines
123 B
ApacheConf

<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>