# Protect data files from direct web access
<FilesMatch "\.(json|log|txt)$">
  Require all denied
</FilesMatch>
Options -Indexes
