php - yii2.0 installation is completed but cannot be accessed
伊谢尔伦2017-05-27 17:42:41
0
2
711
The basic directory file was generated in the www directory using composer installation, but it cannot be accessed. There is also a question about where to verify the web server. Newbies need guidance
1. At present, the entry files of web projects are not in the root directory, which is index.php. Your web server should be bound to the directory at the same level as index.php.
2. Cannot access, what is the error code, 404? 500? 400?
You haven’t finished the installation yet. After installation, there will be a vendor folder. You have just initialized it, and the extensions including yii2 itself are not installed. I suspect that your composer is downloading too slowly. Please set up the full image on Baidu first.
If you have nothing to do, you can come to my small site yii2 original video nai8.me
1. At present, the entry files of web projects are not in the root directory, which is index.php. Your web server should be bound to the directory at the same level as index.php.
2. Cannot access, what is the error code, 404? 500? 400?
You haven’t finished the installation yet. After installation, there will be a vendor folder. You have just initialized it, and the extensions including yii2 itself are not installed. I suspect that your composer is downloading too slowly. Please set up the full image on Baidu first.
If you have nothing to do, you can come to my small site yii2 original video nai8.me