# The error log and rate-limit state sit next to the script, so make sure
# nobody can read them.
<FilesMatch "\.log$|^rate-limit\.json$">
    Require all denied
</FilesMatch>

# Serve the form as the directory index.
DirectoryIndex index.html
