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
Is it possible to make a cron to backup my database at specific times?
Yes, this can be very useful for forum/message board sites with large databases. In your control...
Sub-Domain times out
When you add a sub-domain and it times out make sure you do not have redirection set from that...
Create a 410 Redirect for Missing Files
A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...
What perl modules are installed on the server?
You can get a complete list of the modules that are installed by going to the control panel and...
Creating and Submitting a Google Sitemap
Creating a Google sitemap can be easy and beneficial. By using one, you are pushing a full list...
