If you want to have a different default page for your main site or each individual directory other than the index.html, you can create a .htaccess file that has the following line in it:
DirectoryIndex file.ext
Where file.ext is the file name such as home.html, default.php or whatever filename you want to load as the default page. Once you have created this file or appended to a current .htaccess file you just place it in the directory you want this to be the rule for. |