Skip to content
Snippets Groups Projects
.htaccess 302 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<FilesMatch "(\.htaccess)">
  Order deny,allow
  Deny from all
</FilesMatch>

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]