Options -MultiViews
RewriteEngine On

# Keep the dashboard available at /aqin/ and expose the CMS as /aqin/admin.
RewriteRule ^admin/?$ admin.html [L]
RewriteRule ^$ index.html [L]

