HI, I'm trying to setup Zend Framwork on IIS using Ionic IsapiRewriter. The application is in a subfolder: /www/myApp/index.php
the mod_rewrite seems to be working ok: http://localhost/myApp/Foo rewrites to myApp/index.php The problem is that Zend Framework always points to IndexController/index so, http://localhost/myApp/Foo should give me an error because FooController doesn't exists , but instead, shows me IndexController/index. So no matter what URI, always points to IndexController What's happening ? Why ZendFramwork is not parsing the URI as expected ? Any Idea ?? -- View this message in context: http://www.nabble.com/Problems-with-Router-tf3684817s16154.html#a10299638 Sent from the Zend Framework mailing list archive at Nabble.com.
