I have many actions on a controller
Controller1\Action1
Controller1\Action2
Controller1\Action3
Controller1\Action4
Controller1\Action5
Controller1\Action6
I would like my URLs to always be just:
Action1
Action2
Action3
Action4
Action5
Action6
Is there an easy way to do this? I won't have any conflicts where:
Controller1\Action1
Controller2\Action1
Every action will have a unique name.