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';

working-on-a-computer-smiley-emoticon


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *