Hello everyone,
I recently installed Apache 2 and PHP 5 under Windows XP, both according to the instructions given on the respective sites.
On first glance, everything seems to work very well - I made the usual info.php and used Firefox to access http://localhost/info.php
Here is where it gets weird: The first call of that page works fine (this is true also if I replace localhost with my IP).
But every subsequent call of this (or another .php file) results in the following:
- the page displays correctly, all info is there
- the page doesn't finish loading after it is displayed
- after some time, I get the message "document contains no data"
- additionally, Firefox tries to access www.localhost.com for some reason (if I used http://localhost/info.php)
.html files work fine, so I suppose there is some error in my php configuration?