Blame | Letzte Änderung | Log anzeigen | RSS feed
# You can find more information about this file on the symfony website:# http://www.symfony-project.org/reference/1_4/en/10-Routing# default ruleshomepage:url: /param: { module: default, action: index }# generic rules# please, remove them by adding more specific rulesdefault_index:url: /:moduleparam: { action: index }default:url: /:module/:action/*