Is there anything special about accessing php documents from a network share?

I can not get php to respond to a document root that it recieves from another machine.

if my webserver 2000/IIS5 running php CGI is named FOO.

and I use machine \\BAR\htdocs as the document root, and inside \htdocs

is a file called index.php that looks like this.

<?phpinfo();?>

I get this.

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP 
headers. The headers it did return are:


which I know really means can't find the document. But it can. Is anyone else using a 
remote host for your document root and using PHP?

Thomas
System Administrator

Reply via email to