How to 301 redirect old URL to new URL in CakePHP 2.x with slug lookup? – SEO
I need to redirect (301) urls like this: https://website.com/products/view/id to: https://website.com/products/product-name-slug I know how to make the slug version of urls work, but I do not want to disable old ones completely, instead I want them to 301-redirect to its…