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
- 456 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....
What is the location of curl?
Curl is located @ /usr/bin/curl
Creating a Form Button
Sometimes all you need is a simple button. The following pages are pretty useful tools for...
When I upload an htaccess file it disappears
On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...
Installing an SSL Certificate in cPanel
To start, the website requires a dedicated IP. If you do not have one, you may order the...
