Tagged Questions

0
votes
3answers
70 views

Cakephp, redirecting in the routing.

I was wondering how to do a redirect in the routes of a cakephp application. I simply want to redirect on url /xxx to /yyy I don't want to have to set up a controller or and action in the pages ...