Skip to content

Instantly share code, notes, and snippets.

@nixilla
Created December 12, 2012 10:36
Show Gist options
  • Select an option

  • Save nixilla/4266762 to your computer and use it in GitHub Desktop.

Select an option

Save nixilla/4266762 to your computer and use it in GitHub Desktop.
# apps/frontend/config/routing.yml
your_other_routes_here: ~
# generic rules
# please, remove them by adding more specific rules
# default_index:
# url: /:module
# param: { action: index }
# default:
# url: /:module/:action/*
# at the very end of the file
catchall:
url: /*
param: { module: default, action: catchall }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment