Skip to content

Instantly share code, notes, and snippets.

@gtrias
Forked from mikeemoo/routing.yml
Last active September 8, 2015 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtrias/0f25316789ffbe7a7ae5 to your computer and use it in GitHub Desktop.
Save gtrias/0f25316789ffbe7a7ae5 to your computer and use it in GitHub Desktop.
Catch all routing symfony2
LowpressWordpressBundle_homepage:
pattern: /{url}
defaults: { _controller: LowpressWordpressBundle:Default:index }
requirements:
url: ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment