Robot 908fd6a45a
Update on v1.0.5 (beta for next version)
Here's an update on the current version, which includes changes towards the next release still in beta.
2023-08-10 06:49:04 +02:00

10 lines
150 B
ApacheConf

# Apache 2.4+
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.0-2.2
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>