【发布时间】:2014-06-14 18:06:03
【问题描述】:
我正在开始一个新项目,所以我从 github 安装了skeleton zf2 项目。 我按照https://github.com/ZF-Commons/ZfcUser 此处提供的说明安装 zfcuser。
我使用 composer 安装 zfcuser 并更改了所需文件。
虽然我可以在“http://localhost/Test/public/”看到骨架项目的索引页,但当我转到“http://localhost/Test/User”时,我看到的只是默认页面
找不到
在此服务器上找不到请求的 URL /Teste/public/user。
这是我第一次在 zf2 上安装模块。我错过了什么?
【问题讨论】:
-
试试这个网址 -
http://localhost/Test/public/user或http://localhost/Test/public/User。
标签: zend-framework module zend-framework2 zfcuser