The message "Forbidden - You don't have permission to acces

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
biju_sur
Forum Newbie
Posts: 3
Joined: Thu Sep 04, 2008 6:03 am

The message "Forbidden - You don't have permission to acces

Post by biju_sur »

Hi, I am very new in PHP. I just installed Appache 2 and PHP 5.0 in my XP sp2 system. After installation, for checking purpose, when I entered http://localhost/ in my browser, I got the error 403 Forbidden - You don't have permission to acces. I know this is due to the security setting issue but I dont know how i can correct it. If any body have any solution regarding this, pls help me and thanks in advance

Regards,
BIJU
User avatar
arjan.top
Forum Contributor
Posts: 305
Joined: Sun Oct 14, 2007 4:36 am
Location: Hoče, Slovenia

Re: The message "Forbidden - You don't have permission to acces

Post by arjan.top »

if you don't index file in web root and directory index is disabled in apache settings it is working fine
Post Reply