.htaccess 自定义 503 页面不起作用

发布于 2024-10-17 12:01:31 字数 360 浏览 6 评论 0原文

我的 .htaccess 文件的前 3 行如下所示:

ErrorDocument 403 /wartung/404.html
ErrorDocument 404 /wartung/404.html
ErrorDocument 503 /wartung/503.html

虽然 403 和 404 有效,但 503 仍然显示旧的服务器默认消息。文件都在正确的目录中。另外,当我使用 Firebug i 并单击导致 503 的网络请求时,“应答”选项卡显示我的新 503 页面,但浏览器窗口显示旧页面?

对此有什么想法吗?服务器是一些带有 apache 2 的 linux。

提前致谢,

i3

First 3 Lines of my .htaccess file look like that:

ErrorDocument 403 /wartung/404.html
ErrorDocument 404 /wartung/404.html
ErrorDocument 503 /wartung/503.html

While 403 and 404 work out 503 still shows the old Server default Message. Files are all in the right directory. Also when i use Firebug i and click on the Network Request which results in 503 the "Answer" Tab shows my new 503 page but the browser windows shows the old one?

Any ideas about that? Server is some linux with apache 2.

Thanks in advance,

i3

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

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

发布评论

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

评论(1

·深蓝 2024-10-24 12:01:31

您确定这不仅仅是本地浏览器中的一些缓存问题吗?您是否尝试过清除缓存并重新加载页面?

Are you sure this isn't just some caching problem in your local browser? Have you tried clearing your cache and reloading the page?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文