403 Forbidden
403 Forbidden
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- acescence0
directory listing is turned off in apache. it's looking for an index.htm file. it won't just list the folder contents unless you enable dir listing in httpd.conf or for specific dirs via .htaccess. you probably can't see htaccess because you're using an app that doesn't display files beginning with a dot, which are hidden by default.