I ran the installation of version 4.0.3pl1 on Windows 2000 Advanced Server. Then I gave read and execute permissions to IUSER for php.exe and php4ts.dll
But when I try to run the following code
<HEAD>
<TITLE>TESTING</TITLE>
</HEAD>
<BODY>
Simply
<?php print("testing"); ?>
</BODY>
even localy in my browser I get the following error
<error>
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
</error>
There is nothing after the are:
I stoped and started the service which didn't seem to help. If you could please point me in the right direction on as to what exactly I'm doing wrong or didn't do yet. As I see right now the PHP preprocessor is either not being accessed or is not working properly, but that is just a hypotheis. Creating a document with .php extension and plain html code works fine as long as there are no php calls in the file. Any help would be greatly appreciated.