Starting which Controller? |
When I type http://URL:8181 my application starts running URL/Users_start_login when I actually want it to run URL/Configure, I am running this up on AWS. Is there anyplace in my CI3 program where I specify which program to run? I have already set $route[default_controller]=Configure in routes.php
The problem is that I am not sure where this is running? It might be on the server or it could be on my laptop. phpStorm remote debugging works through a tunnel between the client and the server.
proof that an old dog can learn new tricks
Let me re-ask this. Is there some tool I can use to see why this is going to http://staging.xxx.com:8181/Users_start_login rather than http://staging.xxx.com:8181/Configure?
proof that an old dog can learn new tricks
|
Welcome Guest, Not a member yet? Register Sign In |