Indeed, the third url is what Zend Framework would process.
What I was trying to say is that if I submit a form, to /projects/list the URL will be
Code:
/projects/list/?team=Design&client=SomeClientName&status=All
I'm trying to find the best way to handle GET forms to finish at a clean URL.