introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.

Go to Topic: PreviousNext
Go to: Message ListNew TopicSearchLog InPrint View

Access forbidden!



Posted by: Kasuko
March 24, 2009 10:40PM
I am just learning PHP

When i try to view my scripts, i get this error on my web browser :

---------------------------
Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
127.0.0.1
03/24/09 21:37:17
Apache/2.2.11 (Win32) PHP/5.2.8
----------------------------



Any help? Thanks
Options: ReplyQuote
Posted by: __MaX__
July 04, 2009 09:40PM
You got this line 195 :

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>

Change it to

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
#Deny from all
</Directory>

That should do it. If not, check if you used the good path in the log file.
Options: ReplyQuote


Go to: Message ListSearchLog In
Your Name: 
Your Email: 
Subject: 
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.