php-general | 2001062
Date: 06/26/01
- Next message: mailing_list <email protected>: "Re: [PHP] Passing an array to a C program from a php script??"
- Previous message: elias: "Re: [PHP] PHP newsgroups still down?"
- Next in thread: Mattias Segerdahl: "SV: [PHP] [PHP-WIN] Problems running php from samba network shares..."
- Reply: Mattias Segerdahl: "SV: [PHP] [PHP-WIN] Problems running php from samba network shares..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: mailing_list <email protected>: "Re: [PHP] Passing an array to a C program from a php script??"
- Previous message: elias: "Re: [PHP] PHP newsgroups still down?"
- Next in thread: Mattias Segerdahl: "SV: [PHP] [PHP-WIN] Problems running php from samba network shares..."
- Reply: Mattias Segerdahl: "SV: [PHP] [PHP-WIN] Problems running php from samba network shares..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

