【发布时间】:2015-06-07 15:26:25
【问题描述】:
据我所见,我已经按照Zend skeleton application tutorial 进行了操作(实际上我经历了两次,结果相同)但是当我尝试访问zf2-tutorial.localhost/album 时出现以下错误:
A 404 error occurred
Page not found.
The requested URL could not be matched by routing.
No Exception available
© 2005 - 2015 by Zend Technologies Ltd. All rights reserved.
转到zf2-tutorial.localhost 会显示 Zend 欢迎页面,并且 404 包含在 Zend 样式中,所以至少看起来有些东西在工作。
我已经尝试过针对类似问题 here 和 here 提供的解决方案,但无济于事,任何想法都将不胜感激。谢谢。
编辑:我在 XAMPP 上本地运行教程。
【问题讨论】:
标签: php zend-framework zend-framework2