Gernerate custom urls within Magento
问题 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. <frontend> <routers> <portfolios> <use>standard</use> <args> <module>Custom_Portfolios</module> <frontName>portfolios</frontName> </args> </portfolios> </routers> <default> <router>portfolios</router> </default> </frontend> This currently works with the url path of /portfolios/index/action/custom-string which is the magento default route.