McKee,

the route you add is incorrect,you should change 'articles/:articleid' to 
'articles/:articleid/*' , hope that help you.

best regards.

Jacky

在 2009-12-4,上午8:04, AJ McKee 写道:

> $route = new Zend_Controller_Router_Route('articles/:articleid', 
> array('module' => 'articles', 'controller' => 'index', 'format' => ''));
> $router->addRoute('articleRoute', $route);

Reply via email to