Navigate to application/config/routes.php
you will find a line like
$route['default_controller'] = 'welcome';
set your controller name whatever you want like:
$route['default_controller'] = 'nameofyourcontroller';
Navigate to application/config/routes.php
you will find a line like
$route['default_controller'] = 'welcome';
set your controller name whatever you want like:
$route['default_controller'] = 'nameofyourcontroller';
0 Comments