Skip to content
Snippets Groups Projects
.htaccess 215 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !^/(adminforce/index\.php|adminforce/dashboard\.css)?$ [NC]
RewriteCond %{REQUEST_URI} !^/img(/|$) [NC]
RewriteRule ^.*$ /adminforce/index.php [L,R=301]