Hi, Need a bit of help. Given a path we have ways to get the uri using the method uri_for(path). Is there a possible way to get the controller path given the uri so I am able to do some thing like this $c->res->redirect(uri); $c->forward(controller_path(uri)); Regards Alok