Ofcourse not!
I'm accessing the files from the webbserver, not a network share.
Which if I was would display the source.
Mattias
-----Ursprungligt meddelande-----
Från: Jason Murray [mailto:[EMAIL PROTECTED]]
Skickat: den 26 juni 2001 08:35
Till: 'Mattias Segerdahl'; php general
Ämne: RE: [PHP] [PHP-WIN] Problems running php from samba network
shares...
> 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]