Wie richtet man das Standard-Routing in Symfony2 ein?
In Symfony1 sah es ungefähr so aus:
homepage:
url: /
param: { module: default, action: index }
default_symfony:
url: /symfony/:action/...
param: { module: default }
default_index:
url: /:module
param: { action: index }
default:
url: /:module/:action/...