I would like to have a route setup on my CakePHP app that will accomplish the following:
- I have my app setup to use Slugs that usually generate addresses as
http://www.domain.com/articles/view/my-favorite-cakephp-application
- However, I would like the address to display as
http://www.domain.com/articles/my-favorite-cakephp-application
How can I accomplish that using routes.
Thank you!