Having trouble with URI routing for modules in Zend Framework
问题 I'm just starting off with Zend Framework, and I'm not quite sure what I'm doing wrong with the URI routing. I'm starting with an initial Zend Framework project in Zend Studio based in my htdocs folder (I'm using Zend Server as well on Windows 7). Everything up to there seems to be working fine getting the index page up (it's running out of the /public/ subdirectory). But when I try to add a module though, in this case called Users with a controller called Index, and following the