That is the actual error I get whenever I do not point my script to the
correct location, or when my script is not under the home directory of my
webserver.
To make sure you are in the correct home directory, save a simple "Hello
world" in the same folder where you saved the php file, give it the
extension .html, if it runs, them you are in the correct home directory.
Also, make sure the URL you are pointing to is correct. Eg.
http://localhost/index.html might be stored physically in c:\program
files\Apache\htdocs\index.html
Get it?
Bikes
-------------
Knowledge is Limited, Imagination encompasses it all
-------------
-----Original Message-----
From: Ryan Grove
To: [EMAIL PROTECTED]
Sent: 1/28/01 2:57 AM
Subject: Re: [PHP-WIN] Error in a remote computer with IIS and windows 2000
This is the error that the PHP CGI module returns under IIS when it
can't find the page you requested. Make sure the page you're trying to
access actually exists at the location you're requesting it from.
Of course, it could be that PHP doesn't handle remote scripts
properly...
--
Ryan Grove
[EMAIL PROTECTED]
http://wonko.com/
---------------------------------------------------------------------
If we weren't meant to eat animals, then why are they made of meat?
[Gaspar]
> I'm configuring a webserver with IIS 5.0 and PHP 4.0 and when I did
> test with a local disk I don't have problems but when I try to
> execute remote scripts this send me a error the error is "CGI Error
> The specified CGI application misbehaved by not returning a complete
> set of HTTP headers. The headers it did return are:" and I don't
> found nothing in manuals
> could someone help me?
--
PHP Windows 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]