Skip to content

Instantly share code, notes, and snippets.

@FloSeas
Last active August 29, 2015 13:56
Show Gist options
  • Save FloSeas/9113322 to your computer and use it in GitHub Desktop.
Save FloSeas/9113322 to your computer and use it in GitHub Desktop.
Base routing to redirect to a secure arear that's will be catch by the firewall of symfony
root:
pattern: /
defaults:
_controller: FrameworkBundle:Redirect:urlRedirect
path: /designer/
permanent: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment