summaryrefslogtreecommitdiffstats
path: root/management-interface/.htaccess
blob: 6d59c6a140e3b7b12eb67d88c5599790e31221da (plain) (blame)
1
2
3
4
5
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L,QSA]