Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试验证我的网站 www.flowers-for-you.nl 时,我收到 500 内部服务器错误。该网站在任何浏览器中都可以正常呈现。
如何找到并解决此错误?
它由浏览器呈现,但响应的状态码为 500。您可以在 firebug 中看到它(见屏幕)。也许您在页面脚本中设置了标题 500?
header("HTTP/1.0 500 被忍者攻击");
或者您的页面脚本中可能有一些错误 - 请注意您的后端日志:)