Default Directory Indexes
Listed In Apache » Configuration — Viewing Full TutorialStep 1: Open up .htaccess in your public_html folder
Step 2: Look for a line of text that says
DirectoryIndexStep 3: After DirectoryIndex =, add your filename. It must be in the same directory.
Warning: A .htaccess file has a domino effect on all folders.
Example: http://yoursite.com's homepage will be home.html if you set DirectoryIndex to home, as well as all subfolders. http://yoursite.com/folder's homepage will also be home.html. Be careful!
To override this, add a blank copy of .htaccess into each subfolder.
