zend framework project 目录结构如此:
打开浏览器输入地址:
分别输入
http://yourhost/yourproject/public/
http://yourhost/yourproject/public/index
http://yourhost/yourproject/public/index/index
是否都正正确显示 “Welcome to the Zend Framework!”
如果显示404,
找到 D:\Program Files\Zend\Apache2\conf\httpd.conf 文件
把httpd.conf 文件中的“AllowOverride None” 全部改为 “AllowOverride All”。



