stop directory listings

Status
Not open for further replies.

nohart

New Member
Messages
16
Reaction score
0
Points
0
How can I stop the directory listings? I deleted the original index.html and replaced it with Index.htm and now when I select the base url it keeps showing the directory listing. I even changed Index.htm to Index.html and it still shows the directory listing of alll the folders and files.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Create a .htaccess file in and put this in it.
Code:
DirectoryIndex index.php index.html index.htm Index.html Index.htm
 

nohart

New Member
Messages
16
Reaction score
0
Points
0
Awesome! Thank you! This also helps so I dont have to redirect the page too! And it helps me cretae the default page listing also. Thanks again ;) I think the less information provided the better. I also found that in the User Control Panel if I open the File Manager and then right click on the Public folder and select Manage Indices, that this will allow you to stop the file indexing also.
 
Last edited:
Status
Not open for further replies.
Top