Re: [PHP] Unable to override status code in certain installations..?

2008-01-14 Thread RavenWorks
#x27;re able to send whatever status header you want. RavenWorks wrote: > > It's the exact same situation as this bug: > http://bugs.php.net/bug.php?id=24177 > except, that bug was fixed back in PHP 4... > > In my case, the server that works is running PHP 5.2.2, and the

Re: [PHP] Unable to override status code in certain installations..?

2008-01-10 Thread RavenWorks
. If no-one else has any other suggestions, I guess I'll submit a bug report? Richard Lynch wrote: > > On Wed, January 9, 2008 4:35 pm, RavenWorks wrote: >> I'm currently trying to create a system where a custom 404 >> ErrorDocument in >> PHP is able to 301 Redi

[PHP] Unable to override status code in certain installations..?

2008-01-09 Thread RavenWorks
Hello, I'm currently trying to create a system where a custom 404 ErrorDocument in PHP is able to 301 Redirect the browser in certain cases. This works fine on some servers, however, on some other servers the PHP script seems to be unable to replace the 404 header. Correctly overrides with '200'