Hi,

Just wanted to let everyone know that the problems with the forums not refreshing have been fixed, and the server open-realty resides on has been updated. We are now running php 4.3.1 and apache 2.0.40-21.1(Redhat 9.0). I have fixed the cache issues with php pages by adding the following to my httpd.conf file, incase anyone out there is trying to run php 4.3.1 on RH9.

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288
RequestHeader unset If-Modified-Since
</Files>
[/code]