How do i allow the user to list directory?

ultim

New member
Joined
Dec 27, 2005
Messages
3
Hi
ive just got my site up and running. I have one small problem.
ive created a directory within my public_html folder called "tmp". I want the user to able to see the list of files in that directory. ive already set the folder permission to 755 using DA control panel. However still when i goto the folder (i.e. www.xxxx.co.uk/tmp/) it displays 403 permission denied error.

how can i fix this?

hope someone can help!
 
thanks for the reply!
you got an example .htaccess file i can look at? never created one before
 
It's just a regular file. Once you've created it, just slap the code in there and you should be set.
Code:
Options +Indexes

Edit: Notepad can do it by selecting the All files type and then just naming it ".htaccess"
 
Back
Top