Forum Moderators: phranque
Many people point their browsers to a directory, and their home page is kept in a file called index.html. If you planned to use, or have been using, an index.html then you may replace that with a index.shtml file, if you need the features of SSI on your home page. When the web server is sent to a directory (instead of a file), it first checks for an index.html file, and if it doesn't find one then it looks for the index.shtml file. So, be sure to remove (or rename) the index.html file from your direct ory if you want the web server to use the index.shtml file as your home page.
How do I set up the site so it looks for index.shtml instead of index.html. Prefer not to use a redirect.Thanks,
luck
robert
just get rid of the index.html file and replace it with the index.shtml file. that is all you need to do. if their is no other index file in the directory, the shtml file will be default.
That is entirely dependent on the way the server was set up. If that does not work, then try some of the other methods suggested above and finally ask the web host.