【发布时间】:2017-04-27 05:47:46
【问题描述】:
我的网站tourisminbhutan.com 是在Codeignitor 中构建的,工作正常,但在页眉响应代码中显示“500 Internal Server Error”。浏览器控制台和https://httpstatus.io/ 显示错误。
这是我得到的 HTTP 响应:
HTTP/1.1 500 Internal Server Error =>
Date => Thu, 27 Apr 2017 07:07:26 GMT
Server => Apache
Expires => Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma => no-cache
Set-Cookie => PHPSESSID=o2rlin6qh157pd141ivba31no0; path=/
Connection => close
Content-Type => text/html; charset=UTF-8
我不知道哪里出了问题。请帮忙。
【问题讨论】:
-
现在可以正常使用了
-
在哪个操作中出现 500 错误 -@SandeepKumar
-
浏览器控制台显示错误“GET tourisminbhutan.com 500 (Internal Server Error)”@ubm
-
检查error_log,它会告诉你为什么httpstatus.io得到500而你没有(我也没有)
标签: php apache .htaccess codeigniter