Options -Indexes
DirectoryIndex index.html
<IfModule mod_headers.c>
  Header set X-Content-Type-Options "nosniff"
  Header set Referrer-Policy "same-origin"
  Header set X-Frame-Options "SAMEORIGIN"
</IfModule>
<FilesMatch "^(config\..*\.php|.*\.(sqlite|sqlite-wal|sqlite-shm|jsonl|log|bak|env))$">
  Require all denied
</FilesMatch>
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^(?:private|tests|docs)(?:/|$) - [F,L]
</IfModule>
