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 cancel my account?
We are sorry to hear you would like to cancel your account! If there is anything we can do,...
I am unable to delete a file
This can occur for several reasons. With our service, if a directory of a script was found to be...
How do I hide my domain WHOIS information?
If you do not wish to have your contact information shown when someone does a WHOIS report on...
301 Redirect
This code will redirect all visitors who attempt to access the old-url.html page to the...
html or htm parsed as shtml not working
To parse .html or .htm files as .shtml add the following to your .htaccess file in the...