Ivan Krstic wrote:
Timwi wrote:
The server is running PHP 4.1.2 and MySQL 3.23.49. I don't know how to find out the version of Apache; if you need it, please let me know.
Your PHP is probably too old. To find out Apache versions, [...]
Thanks for your help. I can't upgrade PHP because the server isn't mine, but I have also e-mailed the sysadmins and they managed to get it to work.
In OutputPage.php, line 96, I only needed to change: header( "HTTP/1.0 304 Not Modified" ); to: header( "Status: 304 Not Modified" );
and similarly line 271: header("Status: {$this->mRedirectCode} Moved Permanently");
However, since your way works with never PHPs, it's probably not worth changing in CVS.
Timwi