This error appears when giving Load in the Initial method:
Unablex to load your default controller. Please make sure the controller specified in your Routes.php file is valid.
And I'm running the localhost
project and it works perfectly.
But on the server, it does not work. I tried to change the version of PHP to lower or higher, also did not work.
I'm routing using third_party mx
Routes.php
$route['default_controller'] = 'inicial/inicial';
$route['404_override'] = 'inicial/erro';
I tried to substitute initial / initial for just initial. It did not work either. What would be wrong? If locally it works perfectly.
I'm using CodeIgniter to render the project.