Home >Backend Development >PHP Tutorial >windows下php返回404的问题

windows下php返回404的问题

WBOY
WBOYOriginal
2016-06-06 20:49:511340browse

环境为windows、nginx、php,在index.php中代码如下

<code><?php header('HTTP/1.1 404 Not Found');
?>
测试404
</code>

但是打开localhost返回的确实200,正常 windows下php返回404的问题 详细header信息 windows下php返回404的问题

但是同样的代码在Linux(Linux、nginx、php)下却返回正常,404

windows下php返回404的问题 详细header信息 windows下php返回404的问题

这是为什么,该如何解决?

这个问题已被关闭,原因:

回复内容:

环境为windows、nginx、php,在index.php中代码如下

<code><?php header('HTTP/1.1 404 Not Found');
?>
测试404
</code>

但是打开localhost返回的确实200,正常 windows下php返回404的问题 详细header信息 windows下php返回404的问题

但是同样的代码在Linux(Linux、nginx、php)下却返回正常,404

windows下php返回404的问题 详细header信息 windows下php返回404的问题

这是为什么,该如何解决?

查看 header 信息:

windows下php返回404的问题

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn