403 Forbidden on directory - HELP!

schiffer

New member
Joined
Nov 19, 2009
Messages
3
I'm getting a 403 Forbidden error on any directory I upload via FTP from browser access, see:

http://www.schifferftp/uploads

I've added an htaccess file under public_html to no avail. All I want to do is for browser access to list the files and folders in the uploads directory. Saw one post that mentioned an ls -ld command but don't know where I'd use that or how.
 
all you have to do is create a .htaccess file in the folder with the following inside of it:

Code:
Options +Indexes
 
Back
Top