In Kohana 3.2 how do you set up a route to accept multiple directories i.e.
http://example.com/foo/bar/controller/action/id
It should also accept:
http://example.com/foo/controller/action/id
http://example.com/foo/bar/baz/controller/action/id
Thanks
… or …