From: dj001 on
This morning, for unknown reasons my home page started showing a file which
is being automatically loaded. Index.htm works fine. I need to cause my
home page to ALWAYS, ALWAYS go to index.htm, like it did before.

"Cathi" wrote:

> I'm having trouble updating the index.htm page on my web site. I can update
> other pages but not the index page.
From: Mark Fitzpatrick on
What do you mean, your web site is showing a file which is being
automatically loaded? Do you mean your web site is showing a different page
instead of index.htm? This is a web server issue. A web server has a list of
default filenames. index.htm may be on the list, but not the first one.
Perhaps your host reset their list and the site is now showing a file that
came when your site was originally setup. Check to make sure that index.htm
is the top default filename. If not, either make it the top file if you can
(you may not since not all hosts let you modify the default filename list)
or rename it from index.htm to whatever the first filename in the default
filename list is.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"dj001" <dj001(a)discussions.microsoft.com> wrote in message
news:A5957C6C-5897-43B9-B275-4A23A52529E5(a)microsoft.com...
> This morning, for unknown reasons my home page started showing a file
> which
> is being automatically loaded. Index.htm works fine. I need to cause my
> home page to ALWAYS, ALWAYS go to index.htm, like it did before.
>
> "Cathi" wrote:
>
>> I'm having trouble updating the index.htm page on my web site. I can
>> update
>> other pages but not the index page.