.htaccess 404重定向到php文件

发布于 2024-10-22 05:38:42 字数 165 浏览 1 评论 0原文

我目前正在尝试创建一个 .htaccess 文件,如果发生 404 错误,该文件会重定向到 php 文件。

但是,当我选择 php 文件时,它只显示默认的 404 未找到错误,但如果我将其更改为 html,它就会正常工作并显示我的页面。

这有什么问题呢。

感谢您的帮助

I am currently trying to create a .htaccess file that redirects to a php file if a error 404 occurred.

However, When I choose a php file it just displays the default 404 not found error, but if i change it to html it then works fine and displays my page.

What is wrong with this.

Thanks for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌伤ぢ 2024-10-29 05:38:42

遗憾的是,这里没有足够的内容,但我可以给你一些问题来帮助你调试这个(对于评论来说太多了,否则我会这样做):

  • 如果你导航到 php 文件,它是否通过 Apache 正确托管(当不用作错误文档时)?
  • 尝试将 php 文件作为错误文档检索时,您的 apache 日志中是否存在错误?
  • “默认”404 错误是来自 Apache 还是您的浏览器?
  • 如果它是 Apache 的,它是否表示检索配置的错误文档时出错?
  • 如果它是来自您的浏览器的 php 文件,则该 php 文件足够大,不会被浏览器命名(例如: IE 中为 512 字节 )?

Sadly there isn't enough to go on here, but I can give you some questions to help you debug this (too much for a comment otherwise I would have done that):

  • If you navigate to the php file is it hosted through Apache correctly (when not being used as an ErrorDocument)?
  • Are there errors in your apache logs from trying to retrieve the php file as an error document?
  • Is the "default" 404 error the one from Apache or your browser?
  • If it's Apache's does it say there was an error retrieving the configured error document?
  • If it's the one from your browser is the php file large enough to not be om nom nommed by the browser (for example: 512 bytes in IE )?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文