Hector, great! It works now in both cases: in application.ini or in bootstrap.php. It seems you was right about frontController reset when initializing. Although I'm not sure completly if I understend what was going on.
So, maybe you can say if next step mistake has relation to this topic. As I said before now I have catched appropriate params, but have another difficulties. Here is my output on uri: http://localhost/products/wedding/2009/10/12/ array(5) { ["year"]=> string(4) "2009" ["month"]=> string(2) "10" ["day"]=> string(2) "12" ["controller"]=> string(8) "products" ["action"]=> string(7) "wedding" } CаВаАаДаЕаБаНб�аЕ б�б�б�аМаКаИ аОаКб�б�аБб�б� 2009 аГаОаДаА Fatal error: Zend_Controller_Router_Exception: month is not specified in /home/zeliboba/dgb/library/Zend/View/Helper/Navigation/HelperAbstract.php on line 522 There is a bit of view script between of array dump and Fatal error note. There is no trace info here, thus I can't understand where I've mistaked now. -- View this message in context: http://n4.nabble.com/Default-router-still-goes-ahead-of-custom-tp1679098p1679577.html Sent from the Zend Framework mailing list archive at Nabble.com.
