I know this is probably trivial, but I couldn\'t find anything on the web or in the Symfony2 reference.
How do I redirect one route to another from routing.yml (with
SomeRoute: pattern: /someroute defaults: _controller: SomeBundle:Controller:action AnotherRoute: pattern: /anotherroute defaults: _controller: FrameworkBundle:Redirect:redirect route: SomeRoute permanent: true # this is for 301 page: 5 # you can pass additional attributes