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 can I make search engine friendly urls with my app?
The best source is the support forums for the particular app. You can also check the following...
Can I change my username?
Usernames are setup in the manner for security. Most programs will allow you to save the...
When I type in my domain it goes to ultrawebhosting.com
You may have the IP cached of the previous server on your system. Try a reboot. If you run WinNT,...
Sub-Domain times out
When you add a sub-domain and it times out make sure you do not have redirection set from that...
Adding HTML to Site Builder
When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...
