I am using the mod-rewrite router.
I am trying to add a Route to the router that will convert the following url: baseurl/category/aaa/mycontroller/myaction/param/v
$Router=$this->_front->getRouter(); $CategoryRoute = new Zend_Controller_Router_Route('category/:category/:controller/:action/*'); $Router->addRoute('category', $CategoryRoute);
Try adding a start to specify the existence of extra params