You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set $config['enable_query_strings'] = TRUE; in config/config.php
Then your default_controller will not work, even you've set these parameters.
$route['default_controller'] = 'home';
$route['404_override'] = '';