Yii 2 高级模板 url

Yii 2 Advanced Template url

我已经在我的本地系统上安装了高级模板,但我似乎无法理解 url,或者 url 不工作? Advanced模板安装在advanced目录下。

None 以下作品

http://localhost/yii/advanced/

http://localhost/yii/advanced/web/

http://localhost/yii/advanced/web/index.php

http://localhost/yii/advanced/frontend/web/index.php

安装高级模板后访问网站的url是什么?我可以看到 /advanced 下的所有文件夹和文件。安装有没有错误?

以下是我遇到的错误:

未找到 在此服务器上未找到请求的 URL /web/index。php。

高级模板包含 3 个差异应用程序 frontendbackendconsole。其中 console 用于 Cli,其余用于网络,它不像 basic-app,因此您需要通过 http://localhost/yii/advanced/frontend/web/index.phphttp://localhost/yii/advanced/backend/web/index.php[=17 访问它=]