# Prevent directory listing
Options -Indexes

# Protect event data files
<FilesMatch "\.(json)$">
    Order allow,deny
    Deny from all
</FilesMatch>

# Set login.php as default index
DirectoryIndex login.php
