注意:有一个类似的问题,但那是关于 Apache 的。
以下代码
<?php
echo '.';
header('Location: http://stackoverflow.com');
在 nginx 0.7.67 下完全“工作”,其中“工作”意味着 php 重定向工作正常,错误日志中没有错误或显示.
.
我如何强制 nginx 或 php-fpm 抛出PHP Warning: Cannot modify header information - headers already sent by
警告?