In a scenario where I don’t have mod_rewrite installed, is there any easy way to make URLs like from same regex router
http://www.example.com/module=admin&controller=user&action=index¶m1=12¶m2=37
and Zend Framework should be able to dispatch controller by reading the same format.
Rob Allen had a blog post about
Zend Framework URLs without mod_rewriteto be honest i didn’t try it , but it worth mentioning
http://akrabat.com/zend-framework/zend-framework-urls-without-mod_rewrite/