# Deny direct access to data folder
<FilesMatch "\.json$">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Default page
DirectoryIndex index.html
