localhost cannot access a certain folder
At first I thought it was the folder read permission and then created a new empty folder and found it in localhost
Copy the project file and the result disappeared in localhost
There is no way to directly access the files inside
PHP中文网2017-05-24 11:32:48
Check the php error log, it should be an error running in a certain php file in your project
高洛峰2017-05-24 11:32:48
It is recommended to eliminate the localhost resolution problem first. In some cases, if the system is not connected to the Internet, it may cause the localhost syntax to be parsed into the corresponding IP, so it fails. If it is not a problem, the only way is to check the logs,