When I go to my domain.dreamhosters.com page it pulls up every file I have hosted. Is it possible to password protect this page? If so how do I do it?
Password protect index page?
Either create a blank (0 bytes) index.html, or a .htaccess file with this one line:
Options -Indexes
-Scott