Gernerate custom urls within Magento

后端 未结 3 793
鱼传尺愫
鱼传尺愫 2020-12-13 22:21

I am currently looking at trying to generate custom urls/routing using magento, currently I have set a default route in config.xml within the local module.

&         


        
3条回答
  •  抹茶落季
    2020-12-13 22:58

    The easiest method (when you do not need to auto-generate many urls) is to use built-in Url Rewrites module. Go to admin backend -> Catalog -> Url Rewrite management and setup any url rewrite you like.

提交回复
热议问题