Redirect (301) one route to another from routing.yml in Symfony2 Redirect (301) one route to another from routing.yml in Symfony2 symfony symfony

Redirect (301) one route to another from routing.yml in Symfony2


SomeRoute:    pattern: /someroute    defaults:        _controller: SomeBundle:Controller:actionAnotherRoute:    pattern: /anotherroute    defaults:        _controller: FrameworkBundle:Redirect:redirect        route: SomeRoute        permanent: true # this is for 301        page: 5 # you can pass additional attributes