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 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 is a Top-Level-Domain (TLD)?
TLD stands for Top Level Domain. This includes any domain names which suffix is .com, .net, .org,...
I need a module installed but I do not have rights
No problem. Send us a trouble ticket and we will install the module as long as there are no...
How to create a temporary 302 redirect via htaccess
An easy way to create a temporary redirect from one page to another web page is to use the 302...
