Posts by Leonardo Coelho • 1 point
1 post
-
0
votes1
answer36
viewsA: When calling controller in codeigniter, it always seems to be going through "Welcome"
This can be the Default Controller configuration. See if in the file application/config/Routes.php contains something like this: $route['default_controller'] = 'Welcome';…