This is a discussion on apache on xammp problem: (continued) within the Apache Web Server forums, part of the Web Server and Related Forums category; ...I restart apache and get this error: Access forbidden! You don't have permission to access the requested directory. There ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
...I restart apache and get this error:
Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster. I checked the folder permissions on the windows XP box and they are read only but the files in them are not read only. It's a new install and I can not see who has access to those folders but the XP newsgroup said those folder permission (readonly ) can NOT be changed. Any ideas? |
|
|||
|
assuming you have updated httpd.conf to match your new directory structure
also?? "Paul" <sms100@bellsouth.com> wrote in message news:avAXg.9527$nn6.8127@bignews6.bellsouth.net... > ..I restart apache and get this error: > > Access forbidden! > You don't have permission to access the requested directory. There is > either no index document or the directory is read-protected. > > If you think this is a server error, please contact the webmaster. > > I checked the folder permissions on the windows XP box and they are read > only but the files in them are not read only. It's a new install and I > can not see who has access to those folders but the XP newsgroup said > those folder permission (readonly ) can NOT be changed. > > Any ideas? > > |
|
|||
|
"Ultim8!" <ultim8@sexmagnet.com> wrote in message
news:NaIXg.46424$rP1.3996@news-server.bigpond.net.au... > assuming you have updated httpd.conf to match your new directory structure > also?? Yes, DocumentRoot "D:/programfiles/xamp/xampp/htdocs" and Alias /cf/ "D:/MyWebSites/web sites/cf/" When go to localhost/cf/, I get the error: "Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected." The only thing I can figure is that all web sites must be under the document root which means the alias is useless in this circumstance. Anyt ideas are MUCH appreciated! |