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 remove a web disk?
In Windows, go to My Network Places on your PC, find the connection, right click and delete....
SSL - Creating a CSR in Windows 2003
Creating the CSR IIS Windows 2003 or 2000 Server: From Administrative Tools, run the Internet...
Creating and Submitting a Google Sitemap
Creating a Google sitemap can be easy and beneficial. By using one, you are pushing a full list...
Error 404 - File Not Found
Files are case sensitive. Make sure you are typing the address in correctly. Verify that the...
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...
