PHPStudy500错误如何解决?

2026-05-17 12:310阅读0评论SEO基础
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计136个文字,预计阅读时间需要1分钟。

PHPStudy500错误如何解决?

相关专题:

版本:phpstudy 2018

报错:500 Internal Server Error

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

立即学习“PHP免费学习笔记(深入)”;

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

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

推荐:php服务器

本文共计136个文字,预计阅读时间需要1分钟。

PHPStudy500错误如何解决?

相关专题:

版本:phpstudy 2018

报错:500 Internal Server Error

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

立即学习“PHP免费学习笔记(深入)”;

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

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

推荐:php服务器