Created
December 12, 2012 10:36
-
-
Save nixilla/4266762 to your computer and use it in GitHub Desktop.
Revisions
-
nixilla created this gist
Dec 12, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # 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 }