logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: error 403 acces forbidden on windows xp
Author
Duke555



Joined: 14 Jan 2010
Posts: 1
Location: USA

PostPosted: Thu 14 Jan '10 19:22    Post subject: error 403 acces forbidden on windows xp Reply with quote

how are you?
i wanted to ask you the following question.
i have just tried to make the following changes in httpd.conf file:
1)#<Directory "C:/Program Files/xampp/htdocs">
<Directory "C:/Study/PHP">
2) #DocumentRoot "C:/Program Files/xampp/htdocs"
DocumentRoot "C:/Study/PHP"

I wanted to work on my files in another directory. I keep getting the error
message below.
would you be able to tell me how to get it to work? i mean it is not Linux where chmod 777 would do the trick...
thank you Smile


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
Back to top
paranid



Joined: 02 Mar 2009
Posts: 11

PostPosted: Fri 15 Jan '10 11:46    Post subject: Reply with quote

Hello,

reason should be described in your error.log file.

Try to look for Deny from / Allow from directives in httpd.conf or .htaccess file in C:/Study/PHP folder.

Or you do not have directive Options Indexes enabled for C:/Study/PHP folder (try to access real file eg: C:/Study/PHP/somefile.html -> http://localhost/somefile.html) or you are using authorization for this folder (but it would ask you for password first).
Back to top


Reply to topic   Topic: error 403 acces forbidden on windows xp View previous topic :: View next topic
Post new topic   Forum Index -> Apache