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
Error 406 unacceptable
This error can be caused by several factors. One cause can be the incorrect permissions are set...
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...
Adding HTML to Site Builder
When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...
What are all these htaccess files?
.htaccess files are used to perform certain rules such as displaying a 404.shtml file in replace...
htaccess - Allow Let's Encrypt to Validate and Renew
When receiving the following Let's Encrypt error message:domain.com: The SSL certificate expires...
