Help installing PHP5

Help installing PHP5

am 23.04.2008 21:36:20 von darwinbaldrich

Hello everybody,

I'm new in PHP. I finished the installation(PHP 5.2.5) and
Apache(2.2.8) The servers starts wihtout errors. But when i try to
seeh the test page (< ?php phpinfo() ?>) i see the script, not the
page. and then i press F5 and this message is shown:
Forbidden
You don't have permission to access /Index.php on this server
I made the instal in Win XP, i don't have admin rights so it's a
little more difficult to me.

May somebody helps me. It's my 2d day of fight.

Re: Help installing PHP5

am 23.04.2008 22:30:06 von hellsop

On Wed, 23 Apr 2008 12:36:20 -0700 (PDT), CenturionX wrote:
> Hello everybody,
>
> I'm new in PHP. I finished the installation(PHP 5.2.5) and
> Apache(2.2.8) The servers starts wihtout errors. But when i try to
> seeh the test page (< ?php phpinfo() ?>) i see the script, not the
> page. and then i press F5 and this message is shown:
> Forbidden
> You don't have permission to access /Index.php on this server
> I made the instal in Win XP, i don't have admin rights so it's a
> little more difficult to me.
>
> May somebody helps me. It's my 2d day of fight.

You haven't configured apache correctly to do this. Especially, you
haven't restarted the webserver after adding the LoadModule or missed
the part about adding LoadModule all together.

--
12. One of my advisors will be an average five-year-old child. Any flaws in my
plan that he is able to spot will be corrected before implementation.
--Peter Anspach's list of things to do as an Evil Overlord

Re: Help installing PHP5

am 24.04.2008 00:14:56 von Jerry Stuckle

Peter H. Coffin wrote:
> On Wed, 23 Apr 2008 12:36:20 -0700 (PDT), CenturionX wrote:
>> Hello everybody,
>>
>> I'm new in PHP. I finished the installation(PHP 5.2.5) and
>> Apache(2.2.8) The servers starts wihtout errors. But when i try to
>> seeh the test page (< ?php phpinfo() ?>) i see the script, not the
>> page. and then i press F5 and this message is shown:
>> Forbidden
>> You don't have permission to access /Index.php on this server
>> I made the instal in Win XP, i don't have admin rights so it's a
>> little more difficult to me.
>>
>> May somebody helps me. It's my 2d day of fight.
>
> You haven't configured apache correctly to do this. Especially, you
> haven't restarted the webserver after adding the LoadModule or missed
> the part about adding LoadModule all together.
>

Or, since he doesn't have admin rights, he may not be able to set the
required permissions.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: Help installing PHP5

am 24.04.2008 11:46:06 von alvaroNOSPAMTHANKS

CenturionX escribió:
> I'm new in PHP. I finished the installation(PHP 5.2.5) and
> Apache(2.2.8) The servers starts wihtout errors. But when i try to
> seeh the test page (< ?php phpinfo() ?>) i see the script, not the
> page.

The correct tag is


--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://bits.demogracia.com
-- Mi web de humor al baño María: http://www.demogracia.com
--