Files
Abimanyu Ridho 5ab7251f4f initial commit
2026-06-11 11:09:32 +07:00

10 lines
164 B
ApacheConf

<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
# Disable directory listing
Options -Indexes