|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-15 21:27 UTC] iliaa@php.net
[2003-04-16 02:10 UTC] info at speedpartner dot de
[2003-04-16 02:44 UTC] info at speedpartner dot de
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 02:00:01 2025 UTC |
Using php4.3.1-cgi I with this script: <? Header("Location: abcdef.php"); ?> and running it with this: php x.php results in: (null) Content-type: text/html Location: abcdef.php This null-value in front is only present if I'm using a header-redirect. All setCookie or something works fine and without the null-value. Problem is that this null badly confuses apache's mod_proxy because it interprets the content-type and location as part of the body of the page and not as real header-values. Does anybody know where this null comes from? Is it easy to fix somewhere in the source? Need urgent reply!