In the directory that you wish you turn off directory indexing, you can do it under Index Manager in the control panel or by creating an .htaccess file and include the following line:
IndexIgnore */*
To turn off indexing in all directories create a .htaccess file in your root/main directory (before public_html) and add the following line:
Options -Indexes
To enable it create an .htaccess file with the following line:
Options +Indexes
- 460 Users Found This Useful
Related Articles
How can I tell how much disk space I have available?
To see how much disk space you have available, go to your control panel and on the left side of...
Can you write a script for me?
We do not write scripts but will be more than happy to guide you in the right direction. Most the...
How do I cancel my account?
We are sorry to hear you would like to cancel your account! If there is anything we can do,...
How do I parse html files as shtml?
Create an .htaccess file in the directory needed and add the following: AddHandler...
How can I make search engine friendly urls with my app?
The best source is the support forums for the particular app. You can also check the following...
