Hi,
I tried to install Apache & PHP4 on my Win2k Professional yesterday. Here is what I did:
- installed Apache 1.3.27
- installed PHP 4.2.3
- configured Apache as sapi (not CGI) manually accordingly to instructions in install.txt: AddType, LoadModule etc...
- configured PHP.ini according to instructions
Here is what happens:
- Apache starts up nicely, no error messages.
- I try to prove that PHP works fine by putting the follwing file into htdocs (phpinfo.php):
<html>
<body>
<?php phpinfo(); ?>
</body>
</html>
When I open this file in my browser IE5.5, I can see (small execution delay) that something is processing. Yet, the browser shows only a completely empty page.
What can be wrong????
Thanx for help!!!