PDA

View Full Version : Folder access and permissions



wardiew
07-27-2009, 03:37 AM
I am trying to make folders containing movie files accessible to everyone and the folders have permissions set at 755, but when I try to access a folder with no index.htm file in it, access is denied. I want a list of the files in the folder to be displayed, but no luck so far. try: < www.wardieward.com/boyd/ > for instance. FORBIDDEN. Help appreciated.

scsi
07-27-2009, 06:51 AM
Create a .htaccess file in the parent folder with the following line.

Options +Indexes

wardiew
07-28-2009, 03:36 PM
Create a .htaccess file in the parent folder with the following line.

Options +Indexes
Thanks for the help.
When I added the .htaccess file to the folder I got another error message, this time Server Error.
Let me get this straight- if I have a folder I want the contents of which displayed to anyone, I set the permission to 755 and also insert this .htaccess file in the same folder?
My cgi-bin folder one level higher already has a .htacccess file with the line Options +Indexes. What is this for?
tnx in Adv.

wardiew
07-28-2009, 07:45 PM
Thanks SCSI- problem solved- when I created a new .htaccess file within the file management page, access was granted, so I think my problem is solved.
cheers!