Options -Indexes

DirectoryIndex dashboard.php

# Correct MIME types (required for HTTPS strict MIME checking)
AddType text/css .css
AddType application/javascript .js
AddType application/json .json
AddType image/png .png
AddType image/svg+xml .svg

RewriteEngine On

# If accessing the root /abc or /abc/ directly, send to dashboard
RewriteRule ^$ dashboard.php [L,R=302]
