Files
Administrador Ibiza 5289fd4133 Primer version funcional
2025-12-29 23:37:11 -06:00

11 lines
170 B
ApacheConf
Executable File

# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</IfModule>