Hi,
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 controller just to redirect a url.
Is there a way to do it in the routing?
Cheers.