Forum Moderators: mack
You can place whats known as a .htaccess (you may already have one) in your root folder with the following directive
IndexIgnore .htaccess */.?*
A more "general example" is
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
See
[httpd.apache.org...]
and search WebmasterWorld for IndexIgnore to learn more or ask your host.
Please don't jump and hack away at your .htaccess. Be careful!
And yes a quick trick is to place an index.html in a directory.