为什么这不起作用,因为未加载预设的404页面:
header("HTTP/1.0 404 Not Found"); exit;
.htaccess有ErrorDocument 404 /404.html指令集. 谢谢.
.htaccess
ErrorDocument 404 /404.html
php .htaccess http-status-code-404
.htaccess ×1
http-status-code-404 ×1
php ×1