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

windows下php返回404的问题

WBOY
Release: 2016-06-06 20:49:51
Original
1344 people have browsed it

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

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

但是打开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>
Copy after login
Copy after login

但是打开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的问题

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template