I am trying to make a permanent url rewrite for tags in Magento.
Unfortunately with url-rewrite it won't work.
The path to the tag is:
m开发者_如何学JAVAagento/tag/product/list/tagId/1/
I want to make a url rewrite to:
magento/tag/bathroom
Where do I have to make changes to make this work?
Could you please tell us what's the rule that you're using with the url rewrites? It should be a custom url rewrite with the following fields:
ID Path: whatever
Request Path: /tag/product/list/tagId/1/
Target Path: /tag/bathroom
Redirect: yes (301)
The path /tag/product/list/tagId/1/ is working, isn't it?
精彩评论