# Defense in depth: folder ini seharusnya di luar document root shared hosting.
# Baris ini menjaga kalau suatu saat ter-deploy sejajar dengan public_html.
# (Sintaks ganda supaya jalan di Apache 2.4 maupun 2.2 lama.)
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
