Own Router or Controller
To get an own ActionController that can be called like this:
1 |
http://www.mysexydomain.de/nicefrontname/nicecontrollerprefix/niceactionprefix/ |
… you have to add the following snippet into the FE or BE section of your config.xml:
1 2 3 4 5 6 7 8 9 10 11 |
<frontend> <routers> <sns_documentmaster> <use>standard</use> <args> <module>SNS_Documentmaster</module> <frontName>nicefrontname</frontName> </args> </sns_documentmaster> </routers> </frontend> |