diff --git a/_config/routes.yml b/_config/routes.yml index c480a71..c3a7537 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -5,5 +5,6 @@ After: framework/routes#coreroutes Director: rules: # handle old 2.4 style urls + 'CommentingController//$Action/$ID/$OtherID': 'CommentingController' 'PageComments/$Action/$ID/$OtherID': 'CommentingController' 'PageComments_Controller/$Action/$ID/$OtherID': 'CommentingController' \ No newline at end of file