Options -Indexes

RewriteEngine On
RewriteBase /gmind/admin/

# Route all requests through the main index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ../index.php?route=admin/$1 [QSA,L]
