📌  相关文章
📜  在此服务器上找不到请求的资源. - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:00.890000             🧑  作者: Mango

代码示例1
I got the same problem which occurred by running the php -S 127.0.0.1:8000 in 
the wrong directory.

Project/src/ -> caused the error

Project/src/public -> Solved