Folder help

Katy

New member
Joined
Mar 11, 2006
Messages
3
Sorry, if I'm posting in a wrong forum, but I really need help with my folder! I want to create a web accessable folder, but everytime I click on the link example: www.mysite.com/myfolder it says Forbidden. I tried changing the permissions, but that didn't help! Can anyone help me, please?
 
Hello,
You have two options:
» Change the option -Indexes to +Indexes in httpd.conf (Only if you have root access)
» Create a file named '.htaccess' in that folder


.htaccess content
Options +Indexes
 
Back
Top