PDA

View Full Version : Auto Index a directory



tommyhilfiger
November 3rd, 2007, 05:41
I have directory on my webhosting server with a few files in it...

I want the directory to show as Index Of instead of showinf a 403 error because theres no index html file in it.

how do i index the directory?

Decker
November 3rd, 2007, 06:22
Enable indexing!

You can do it either by .htaccess or depending on your control panel from there too.

tommyhilfiger
November 5th, 2007, 14:40
Enable indexing!

You can do it either by .htaccess or depending on your control panel from there too.
ok I do not want indexing for every folder in the webspace which do not have index.html ... This could be a security risk for my site.
but only a few selected directories...

can u explain the .htaccess method?

TSO
November 5th, 2007, 15:12
http://www.google.com/search?hl=en&q=.htaccess+indexing&btnG=Google+Search

Decker
November 5th, 2007, 17:39
If you have a cPanel account you can be selective as to which ones you enable it on, too tired to explain the .htaccess method - over to the rest :)

tommyhilfiger
November 7th, 2007, 02:46
No I have an eXtend CP account.

thanks for the help!