|
Larry M. -> RE: index.htm or index.html? (4/24/2008 13:01:26)
|
quote:
Where you will get problems is if you have two pages in the same directory both called index You betcha. This causes problems in instances where the host has assigned a file extension heirarchy with, for instance, .html, .htm, .shtml loading in that order. In your situation it's best to rename the index.html to index2.html and let the server default to index.htm. When you ascertain all works as it should, then go ahead and delete the index.html file. Some hosts are ahead of the curve in this regard - Tom Brunt of OutFront is a good example. When publishing an index.htm file, the OutFront server automatically converts it to index.html. All other pages publish and operate normally with the .htm extension.
|
|
|
|