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
What are all these htaccess files?
.htaccess files are used to perform certain rules such as displaying a 404.shtml file in replace...
Why do I get emails for cron jobs?
This is the default. If you would like to disable receiving emails when a cron job runs append...
Redirect Internet Explorer visitors to a supported browsers page
Redirect users of Internet Explorer to a supported browsers page or any other page. To do this,...
403 Error on POST
This can occur for several reasons: Be sure your file permissions are correct. If the file needs...
I can not get the transfer authorization email can it be forwarded to a different email address?
The authorization has to be authorized by the registered contact for the domain. We cannot change...
