Hi there I've just downloaded PHP4 and installed it on my Win 98 machine running PWS. I've set the folder to be executable so that it can read .php files, but I get the following error when testing using PWS. "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:" The code of my .php file looks like this: <html> <head> <title>PHP Test</title> </head> <body> <?php echo "Hello World<P>"; ?> </body> </html> The installation package (from php.net) talks about "2. Edit the enclosed PWS-php4.reg file to reflect the location of your php.exe. Forward slashes should be escaped, for example: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Scrip t Map] ".php"="C:\\Program Files\\PHP\\php.exe" But I can't find any enclosed file called PWS-php4.reg Am I being stupid? Please help. Graeme Viljoen ============================== Internet Development VetClick.com Tel: 020 8348 7812 Fax: 020 8348 7944 mailto:[EMAIL PROTECTED] www.vetclick.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]