The 403 error ;/

clahoo

New member
Joined
Apr 12, 2006
Messages
2
Hi,

I have, a n00b question maybe, but I cant get ot of this ;/

I have a directory with files (f.e./dir/file.txt) , and I haven't got access to the directory (/dir), but I have got access to those files (/file.txt). The files are loading normally, but when I'm trying to get an Apache normal list of files (you now what I mean) I get this annoying 403 crap :/
In filemanager directory and files have good permissions.
Please help.

//sorry for my language, if there's anything u can't understand... it's not my language ;)

Cheers

Clahoo
 
This has been covered (many times) before.

You need to create an .htaccess file turning off the default protection against listing directory contents.

Jeff
 
Thank You very much.
I did not know it was the case of .htaccess file
It helped and I'm glad it works :)

Thanks again!
 
Back
Top