HostMonster Web Hosting Help
Stopping Display of All files on Web page
Sometimes, for one reason or another, you will have no index file in your directory. This will, of course, mean that if someone types the directory name into their browser, theIndex of /page will appear with a full listing of all the files in that directory will be shown. This could be a security risk for your site.Note: You can also manage the index settings through the cPanel interface.
To prevent against this (without creating lots of new 'index' files, you can enter a command into your .htaccess file to stop the directory list from being shown:
Options -Indexes
Knowledgebase Article
299,737 views
bookmark
share
tags: directory htaccess index
Share or save this via:
Recommended Help Content
How do I display my home page which is using a name other than index.html?
Explains the use of DirectoryIndex and how to use it.
If suddenly when you go to your page, you get nothing on the page. You can still get HTML to display, just not PHP. To serve HTML pages to browsers, we don't associate the Apache processes with your 2
Related Help Content
How do I make a sub directory (or sub folder) act as the public_html for your main domain?
What is the .htaccess file and where can I find more information?
This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
What is the Index Manager? How do I use the Index Manager?
The redirection of www.yourdomain.com/default.html or index.html to http://www.yourdomain.com/index.php?act=whatever redirects it to http://www.yourdomain.com/index.php%3fact=whatever In other words,
Knowledgebase Article
1,035,616 views
tags: htaccess messing mod php redirect redirects rewrite variable variables
Preventing bandwidth theft using the mod rewrite engine and .htaccess
How to run CGI scripts for Addon domains.