本文摘自PHP中文网,作者尚,侵删。

版本:phpstudy 2018
报错:500 Internal Server Error
原因:手动选择路径的时候,产生了斜杠不同 (正确:"D:/phpStudy/PHPTutorial/WWW/thinkphp50/public") 错误(“D:\phpStudy\PHPTutorial\WWW\composer\tp51\public”)
解决办法:找到nginx的配置文件,改正路径就行
1 2 3 4 |
|
推荐:php服务器
以上就是phpstudy500错误的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
phpStudy v8 一直“显示端口被占用,正在尝试关闭”解决方案
phpStudy apache和mysql启动后又停止的有效解决办法
更多相关阅读请进入《phpStudy》频道 >>