I can not access my Controllers through the url. I already configured the routes, but from what I saw, instead of calling the Controller that I place in the url it is calling the action
An Ex:
Router::connect('/home/*', array('controller' => 'agendas', 'action' => 'index'));
access localhost / my_folder / home It returns an error saying telling the action home
It only accesses this Controller if you place the url as follows localhost / mina_pasta / index.php / agendas / home