Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

[PHP3] Re: [PHP-DEV] I can not get PHP working From: Robert Aden (robert <email protected>)
Date: 08/06/99

Citerar Yurij Nykon <ynykon <email protected>>:

> Hi.
>
> I'm new to PHP. I downloaded PHP from website and installed it so,
how it=
> was described in PHP-Documentation. But I can not get it working. I
have=
> Win98 and PSW.
>
> My PHP files are installed in Directory c:\program files\php3
>
> In Directory c:\inetpub\wwwroot I have a file test.php3 with
following=
> text:
> ****************************************
> <html><head><title>Example</title>
> <body>
> <?php echo "Hi, I'm a PHP script!"; ?>
> </body></html>
> ****************************************
>
> My computername is George. Wenn I type "http://George/test.php3" in=
> Netscape Navigator 4.5 I get following error (beneath you'll found=
> translation from German):
> ****************************************
> HTTP Error 403
>
> 403.1 Forbidden: Execution access forbidden
>
> This error can be caused by attempt a CGI-, ISAPI- or other
executable=
> program execute from some directory, that doesn't allow the
execution of=
> programms.
> ****************************************
>
>
> What I'm doing wrong. Howe can I get it working.
>
> Any help will be appreciated.
> Thanx,
> Yurij Nykon

Well, i dont know jack about any webservers except Apache , but the
errormsg is pretty straightforward. Simply allowing execution of files
in that directory i think will solve the problem. Look in the
serverdocumetation on how to do that ( there's probably a 3d, fully
animated button somwhere to press that says "turn on execution" ;) ).

// Robert
>
>
>

There are 3 kinds of people in this world:
those who can count and those who can't.

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>