You can do it two ways.
You can have it pares all files as SSI no matter what the page extension is, but I would not do it that way.
You can make it so that index.shtml is a valid index page like this.
DirectoryIndex index.shtml index.php index.html index.htm
This is what I do.
|