# Protect captured leads from public download
<FilesMatch "\.(jsonl|txt|json)$">
  Require all denied
</FilesMatch>

# Make index.html the default page
DirectoryIndex index.html index.php
