我尝试部署此Yii2安装(https://github.com/trntv/yii2-starter-kit/blob/master/docs/installation.md#configure-your-web-server),但我遇到了问题。 我认为问题与此配置步骤有关:"配置您的Web服务器"。
我在这里运行的网页:http://vector5.raspctl.com/yii2-starter-kit/frontend/web/
但没有一个选项有效。例如," Connect"选项(http://vector5.raspctl.com/yii2-starter-kit/frontend/web/user/sign-in/login)
我无法找到错误,有什么帮助吗?
感谢。
答案 0 :(得分:3)
The Yii2-Starter-Kit is not ready to work in a single-domain installation. You must enable, for example: backend.website.com, storage.website.com and the frontpage www.website.com
The installation guide, specifies this.
You can use this guide, to setup your single-domain installation (remember that the yii2-starter-kit also uses the storage folder!).
Have a great week.