让页面表现得像 404
我想让一个页面表现得就像它不存在一样,并打印出 404 错误消息。这工作得很好,但是当 404 页面可见时,它自己的页面会显示在整个网站下。
代码:
header('HTTP/1.1 404 Not Found', true, 404);
require_once('error.php');
截图:
这里有人知道如何解决此问题吗? 提前致谢。
I want to make a page act like if it isn't exists and print out a 404 error message. This works perfectly but the page it self is showing under the whole website when the 404 page is visible.
Code:
header('HTTP/1.1 404 Not Found', true, 404);
require_once('error.php');
Screenshot:
Does anyone here know how I can fix this problem?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)