|
复制代码 代码如下:
@header("http/1.1 404 not found");
@header("status: 404 not found");
echo 'echo 404';
exit();
如果需要加载404页面可以如下代码,主要是注意文件路径
复制代码 代码如下:
@header("http/1.1 404 not found");
@header("status: 404 not found");
include("../../404.htm");
exit();
查看404是否设置成功可以利用firefox 的firebug插件来查看
查看方法
在已经安装firebug的情况下,用firefox浏览器打开要检查404状态码的页面,点击右下角小虫的图标,启动"网络"标签,依次打开"网络