phpstudy 500 Internal Server Error 解決辦法

版本:phpstudy 2018php

報錯:500 Internal Server Errornginx

緣由:手動選擇路徑的時候,產生了斜槓不一樣  (正確:"D:/phpStudy/PHPTutorial/WWW/thinkphp50/public")  錯誤(「D:\phpStudy\PHPTutorial\WWW\composer\tp51\public」)thinkphp

解決辦法:找到nginx的配置文件,改正路徑就行composer

// 錯誤    \
root   "D:\phpStudy\PHPTutorial\WWW\composer\tp51\public";  // phpstudy 留下的一個小bug
// 正確   /
root   "D:/phpStudy/PHPTutorial/WWW/thinkphp50/public";
相關文章
相關標籤/搜索