Zend framework default MVC implementation
问题 I have been using Zend Framework for a while now. I am having an issue since de beginning an after reading a lot of documentation i was wondering why all exemples dont mention it. If I am right, the MVC design pattern favorise a single entry point to interract with the application. With Zend its the index.php file in the public folder. I tried to use this way with the default (v 1.09) .htaccess that Zend provides : RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR