Code:
/projects/list/?team=Design&client=SomeClientName&status=All
can be entered in the url as
Code:
/projects/list/team/Design/client/SomeClientName/status/All
Which will be routed to the default module, projectsController, listAction with the following params:
'team' => 'Design'
'client' => 'SomeClientName'
'status' => 'All'