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
Look at your pseudo-static configuration, this is usually the fault...
Check the error log
Check the php error log, it should be an error running in a certain php file in your project
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,
Answer found Delete .htaccess