Skip to content

Instantly share code, notes, and snippets.

@jbinfo
Forked from serapheem/gist:4153979
Created December 16, 2015 15:11
Show Gist options
  • Save jbinfo/ce5600eb7ea276dc194c to your computer and use it in GitHub Desktop.
Save jbinfo/ce5600eb7ea276dc194c to your computer and use it in GitHub Desktop.

Revisions

  1. @serapheem serapheem created this gist Nov 27, 2012.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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