.htaccess 自定义 503 页面不起作用
我的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定这不仅仅是本地浏览器中的一些缓存问题吗?您是否尝试过清除缓存并重新加载页面?
Are you sure this isn't just some caching problem in your local browser? Have you tried clearing your cache and reloading the page?