06-08-2015, 08:55 AM
When using a subdir for a controller, I usually just need to add ONE route, and that's to go to a controller if someone only went to the dir (/admin) without supplying a controller.
$route['admin'] = 'admin/controller/method';
$route['admin'] = 'admin/controller/method';