PROTECTED]
Subject: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers
You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't
generate any HTTP headers like cgi's are required to, therefore the error...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt
You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't
generate any HTTP headers like cgi's are required to, therefore the error...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"George Broyles" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I
02, 2004 6:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers
First of all, the ScriptAlias should be written as
ScriptAlias /php/ "C:/php/"
Secondly, try executing the program from the command line and see if it
gives any error
c:\p
First of all, the ScriptAlias should be written as
ScriptAlias /php/ "C:/php/"
Secondly, try executing the program from the command line and see if it
gives any error
c:\php\php-cgi index.php
If it gives any error, correct these errors and try again.
Amit
www.digitalamit.com
George Broyles wrote: