if (strstr($_SERVER['REQUEST_URI'],'index.php')) { header('HTTP/1.0 404 Not Found'); }
为什么不这样做?我得到一个空白页面.
php header http-status-code-404
header ×1
http-status-code-404 ×1
php ×1