Forum Moderators: phranque
Also, do you think its a good idea I do a redirect on the index.html file to index.shtml just incase some sites have linked to mysite.com/index.html?
One more thing... How's google and other search engines gonna treat this one!? lol (Hope I don't lose my ranking and stuff)...
Do you have an .htaccess file?
(it should be in your docroot and may be hidden)
If so then you are probably using Apache, add these lines to the htaccess file.
<IfModule mod_dir.c>
DirectoryIndex index.shtml index.html
</IfModule>
Otherwise ask your web hosting company what server they use.