zend studio创建一个zend framework project

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”。

发表评论

电子邮件地址不会被公开。 必填项已被标记为 *

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>