I'm doing a simple PHP application with codeigniter, where I'm trying to access a controller, and apparently whenever I call that controller, it goes through the welcome example:
localhost/estudando/Login/login
generates the same result as:
localhost/estudando/Welcome/Login/login.
And of the error, it returns the same page of the Welcome only that without css.