Magento – Category URL Key redirect to Product Link

categorymagento-1.9producturl

For example, I have this category that I want to redirect it to product page, is this possible?

For example I have Kati Birch Forest product, and it's url key is kati-birch-forest

enter image description here

Then I want this Corporate Gifts Url key redirects to kati-birch-forest product INSTEAD of the category's own url key.

enter image description here

How do we do this? Is this possible? Thanks.

Best Answer

You can do this by "URL Rewrite Management"

Catalog->URL Rewrite Management-> Click "Add URL Rewrite" button Then Select "For Category" -> Select a category you want to rewrite to product page.

enter image description here

Then enter your product url in 4th field "Request Path". here hoodies.html is my product URL: http://localhost.com/magento/hoodies.html and then Select "redirect permanent 301" from the list "Redirect".

enter image description here

Related Topic