How to setup default routing in Symfony2?
In Symfony1 it looked something like this:
homepage: url: / param: { module: default, action: index } de
I don't think it's possible with the standard routing component. Take a look to this bundle, it might help : https://github.com/hidenorigoto/DefaultRouteBundle