w index.php
1)$route = new Zend_Controller_Router_Route(':lang/:controller/:action',
array('lang'=>'pl', 'controller'=>'index','action'=>'index'),
array('lang'=>'[a-z]{1,3}'));
2)$frontController->setParam('noErrorHandler', true);
mam errorcontroller a w nim erroraction
ale gdy wpiszę coś czego nie ma np pl/niema/niema to nie kieruje mnie do error controler, ale wywała bład nieznalezienie kontrolera
jak to rozwiązać