I have installed Apache and php on win 2000. When I go to http://localhost I can open *.html files, but when I try to open a php file I get an internal server error. In my error.log stands: Premature end of script headers: h:/php/php.exe What am I doing wrong?
are you using it as a CGI or the module version?
I have apache+php on win2k server and I just used the DLL provided in the PHP dist for Win32.
-sridhar
I am using it as an CGI. I'll try using the DLL, but I heard that this was more difficult.