DirectoryIndex index.php index.html
Options -Indexes
RewriteEngine On

# Execute files 1 and 2 as PHP (for app login endpoints)
<FilesMatch "^[12]$">
    SetHandler application/x-httpd-php
</FilesMatch>
