Magento – URL Core Rewrite – more than one rewrite for one product

magento-1.9productsurl-rewrite

I would like to add more rewrites for a specific product.

For example I have
Product a – url: urlpath/product-original-path.html

I would like three rewerites

  1. urlpath/product-old-path1.html
  2. urlpath/product-old-path2.html
  3. urlpath/product-old-path3.html

to http://website.com/product-original-path.html

I guess it isn't possible using core_url_rewrite. Any solutions? Extensions to solve that problem?

Best Answer

In you backend got to Catalog > URL Rewrite management and add a new rule. Now for the following steps

  1. Choose product
  2. Pick your product
  3. Either pick a category or skip
  4. Next in the form choose the store it applies to
  5. Fill out the request path which should be the URL you want to redirect

And that should be it

Related Topic