作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有多个ErrorDocuments
在我的 .htaccess 文件中设置错误,例如 404、401、403 等,这些错误都重定向到我的错误页面,但 ErrorDocument
当 PHP 报告 500 时,永远不会显示 set for a 500 错误。 500 代码发送到浏览器,输出为空白。我需要做一些特别的事情来启用 500 个错误文档以与 PHP 一起使用吗?
我的指令如下所示:
ErrorDocument 401 /errorpage.php?error=401
ErrorDocument 403 /errorpage.php?error=403
ErrorDocument 404 /errorpage.php?error=404
ErrorDocument 500 /errorpage.php?error=500
ErrorDocument
我的 httpd.conf 中的指令。我还应该去哪里找?
最佳答案
见 this回答一个非常相似的问题。基本上,PHP 几乎不会触发 500。
关于Apache ErrorDocument 不适用于 PHP 500 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2252624/
我是一名优秀的程序员,十分优秀!