Options -Indexes
DirectoryIndex index.php

# Jangan izinkan file internal dibaca langsung dari web.
<FilesMatch "^(config\.php|functions\.php|README\.txt|SECURITY\.md|UPGRADE\.txt|\.htaccess)$">
    Require all denied
</FilesMatch>

<IfModule mod_headers.c>
    Header always set X-Content-Type-Options "nosniff"
    Header always set X-Frame-Options "DENY"
    Header always set Referrer-Policy "no-referrer"
    Header always set X-Robots-Tag "noindex, nofollow, noarchive"
    Header always set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
</IfModule>
