I've created an application based on template "modules" with phalcon-devtools. I have two modules registered : "home" and "test", in my "home --> index controller" i redirect to the index controller in test. Redirection is not working. I have the preconfigured files config/services.php, config/routes.php and config/modules.php i didn't touch any of this. to redirect i use $this->response->redirect('test/index');
my baseUri is set to "/" because my server localhost is already in project folder.