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 do I parse html files as shtml?
Create an .htaccess file in the directory needed and add the following: AddHandler...
What is the location of curl?
Curl is located @ /usr/bin/curl
Can I setup SSL on my account?
Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...
What are all these htaccess files?
.htaccess files are used to perform certain rules such as displaying a 404.shtml file in replace...
I can not move out of the / directory, why not?
For security reasons, you cannot move out of the root folder of your own domain.