Options -Indexes

DirectoryIndex dashboard.php

RewriteEngine On

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