Search code examples
magentourlurl-rewritingprefix

Magento products and categories url prefix


I want to make custom rewrite to categories and products url. In example I have categories :

Category 1 > Subcat 11 > Subsubcat 11, 

I want to have url like

www.store.com/categories/category-1/
www.store.com/categories/subcat-11/ 
www.store.com/categories/subsubcat-11/ 

instead of

www.store.com/category-1/subcat-11/ or www.store.com/category-1/subcat-11/subsubcat-11/

And also I want www.store.com/products/products-name.html instead of www.store.com/category-1/products-name.html or www.store.com/category-1/subcat-11/products-name.html

Thanks for your Help


Solution

  • You could add custom URL rewrite in admin panel: Catalog >> URL Rewrite Management >> Add new rule.

    Maybe try to use some module for this: for example I found this one, but haven't tried id. http://extensions.activo.com/seo-friendly-categories-for-magento.html

    or to try this maybe:

    http://www.magentocommerce.com/boards/viewthread/32328/