欢迎访问服务器技术网-www.fuwuqijishu.com

phpstudy500错误

phpstudy fuwuqijishu 2年前 (2022-06-25) 81次浏览 0个评论 扫描二维码

phpstudy500错误

phpstudy500错误:

版本:phpstudy 2018

报错:500 Internal Server Error

原因:手动选择路径的时候,产生了斜杠不同 (正确:"D:/phpStudy/PHPTutorial/WWW/thinkphp50/public") 错误(“D:\phpStudy\PHPTutorial\WWW\composer\tp51\public”)

解决办法:找到nginx的配置文件,改正路径就行

// 错误    \
root   "D:\phpStudy\PHPTutorial\WWW\composer\tp51\public";  // phpstudy 留下的一个小bug
// 正确   /
root   "D:/phpStudy/PHPTutorial/WWW/thinkphp50/public";

推荐:php服务器

以上就是phpstudy500错误的详细内容,更多请关注服务器技术网其它相关文章!

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2119.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900