03-12-2016, 11:23 AM
Hi, I'm having some trouble understanding a problem with my routes.php config. The current working route
works fine, but when I change it to
I get a 404. if I go to my virtual hosts http://cms.dev/admin/user/login though, the page is displayed as expected. What's happening?
Thanks.
PHP Code:
$route['default_controller'] = 'welcome';
PHP Code:
$route['default_controller'] = 'admin/user/login';
Thanks.