|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2002-05-14 18:18 UTC] ceefour at indoglobal dot com
 The script:
header("Location: http://www.yahoo.com/");
This wouldn't work at all, and my Apache returns an empty result. With a 500 status. Very weird.
I use Apache 1.3.24-Win32 (precompiled binary) and I use php as a module.
The exact same script using PHP 4.1.2 works fine (no modification at all to Apache configs or even php.ini!!)
I'm downloading 4.2.1 now and will update this (if possible) when I've tried it...
enabled PHP extensions: gd & zlib
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 18:00:01 2025 UTC | 
What if you try : Header("Location: http://www.yahoo.com\n"); ??