Web Hosting Talk







View Full Version : how to stop directoryindex?


yipeedoo
10-06-2001, 03:16 PM
i want to stop the DirectoryIndex from coming...
like http://somesite.com/dir/ the list of files of default index made by apache... i don't want it ... i asked my server guy to remove the word Diretoryindex from the conf but he said it can be done from .htaccess... now the question is how?

do you know it?

teck
10-06-2001, 04:23 PM
Why not just create a blank index.html file? In a linux prompt, just type:

touch index.html

Chicken
10-06-2001, 04:25 PM
Options -Indexes

Nicholas Brown
10-06-2001, 05:06 PM
Options Multiviews None

yipeedoo
10-07-2001, 01:37 AM
Options -indexes worked thanx guyz