Even with routing defaulting to index.php, phpMyAdmin will not working properly unless the path is ending with a slash.

E.g.
[code]http://localhost/phpMyAdmin/setup[/code] –> doesn’t work properly (css and js not loading properly).

[code]http://localhost/phpMyAdmin/setup/[/code] –> works properly.

Any way to get the router to insert that last slash?