> This is all fine and dandy, I can access this directory using 
> a client based browser, surf around and check html files.
> 
> But when I try to access a php file, I get the following 
> error message...

This is probably because you're accessing \\sharename\www\myscript.php, 
which tells whatever is loading the file to load it directly from the 
share instead of using HTTP. It's like loading a PHP file off your desktop
and wondering why the script doesn't run.

Jason

-- 
PHP General 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]

Reply via email to