Hello,

php 4.2.1 Internet Explorer 6.

After some server upgrades at my webhoster I can see the phpinfo page from a
computer running windows 98, but not from another computer running windows
2000 server. Here I just see the php code in my browser.
I can run the same page on the machine with the problem if I simply rename
it.

The relevant url is:
http://www.natureinfo.org.il/users/webmaster/phpnatureinfo/phpinfo.php

I have tried to disable caching as you can see from the code of the page
which follows but this does not help:

<?php
added by jjb due to caching problems

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache,must-revalidate");
header("Pragma: no-cache");


// Show all information, defaults to INFO_ALL
phpinfo();


?>

Thanks

Jonathan





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to