My default_controller
in the routes configuration is set as "dashboard.php
".
I have a sub directory for my controllers, lets call it "admin" and inside that folder i have controller namely "dashboard.php".
When i set in my route.php
$route['default_controller'] = 'admin/dashboard';
throws an Internal Server Error.
Is it possible to set controller in subfolder as default controller in Codeigniter ?