# Menonaktifkan directory listing (privatkan index)
Options -Indexes

# Pastikan file HTML tetap dapat diakses
<FilesMatch "\.html$">
    Order Allow,Deny
    Allow from all
</FilesMatch>
