# Blokir akses langsung ke file sensitif
<FilesMatch "^(config\.php|schema\.mysql\.sql)$">
  Require all denied
</FilesMatch>

<IfModule mod_php.c>
  php_flag display_errors off
</IfModule>
