Home All Groups Group Topic Archive Search About
Author
29 Apr 2009 4:34 PM
Chevron7
My ISP recently upgraded the server to Sever 2008/IIS7. When they published
my website to the new server the home page was renamed from index.stm to
index.htm. When I tried to rename the home page via FrontPage back to
index.stm it was changed to default.htm. If I rename default.htm to
default.stm FP takes my home page out of the navigation structure.  Needless
to say, my SSI's no longer work. How can I get them working again?
Author
29 Apr 2009 4:48 PM
Tom [Pepper] Willett
If you don't have acceses to a web control, contact your host to have them
add index.stm as a default page in IIS.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
Show quoteHide quote
"Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
news:7817BC7A-8306-4F8B-9351-A8B54127930D@microsoft.com...
: My ISP recently upgraded the server to Sever 2008/IIS7. When they
published
: my website to the new server the home page was renamed from index.stm to
: index.htm. When I tried to rename the home page via FrontPage back to
: index.stm it was changed to default.htm. If I rename default.htm to
: default.stm FP takes my home page out of the navigation structure.
Needless
: to say, my SSI's no longer work. How can I get them working again?
Are all your drivers up to date? click for free checkup

Author
29 Apr 2009 5:39 PM
Chevron7
My web.config file of my website already contains index.stm:
<defaultDocument>
            <files>
                <clear />
                <add value="index.htm" />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.html" />
                <add value="iisstart.htm" />
                <add value="default.aspx" />
                <add value="index.asp" />
                <add value="index.stm" />
                <add value="index.php" />
            </files>
        </defaultDocument>My web.config file already contains index.stm:

Show quoteHide quote
"Tom [Pepper] Willett" wrote:

> If you don't have acceses to a web control, contact your host to have them
> add index.stm as a default page in IIS.
> --
> Tom [Pepper] Willett
> Microsoft MVP - FrontPage
> ---------------------------
> "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
> news:7817BC7A-8306-4F8B-9351-A8B54127930D@microsoft.com...
> : My ISP recently upgraded the server to Sever 2008/IIS7. When they
> published
> : my website to the new server the home page was renamed from index.stm to
> : index.htm. When I tried to rename the home page via FrontPage back to
> : index.stm it was changed to default.htm. If I rename default.htm to
> : default.stm FP takes my home page out of the navigation structure.
> Needless
> : to say, my SSI's no longer work. How can I get them working again?
>
>
>
Author
29 Apr 2009 6:01 PM
Tom [Pepper] Willett
Have it moved to the top.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
Show quoteHide quote
"Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
news:9B011124-639D-43C3-9F3A-7BC1D8DEF0C2@microsoft.com...
: My web.config file of my website already contains index.stm:
: <defaultDocument>
:            <files>
:                <clear />
:                <add value="index.htm" />
:                <add value="Default.htm" />
:                <add value="Default.asp" />
:                <add value="index.html" />
:                <add value="iisstart.htm" />
:                <add value="default.aspx" />
:                <add value="index.asp" />
:                <add value="index.stm" />
:                <add value="index.php" />
:            </files>
:        </defaultDocument>My web.config file already contains index.stm:
:
: "Tom [Pepper] Willett" wrote:
:
: > If you don't have acceses to a web control, contact your host to have
them
: > add index.stm as a default page in IIS.
: > --
: > Tom [Pepper] Willett
: > Microsoft MVP - FrontPage
: > ---------------------------
: > "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
: > news:7817BC7A-8306-4F8B-9351-A8B54127930D@microsoft.com...
: > : My ISP recently upgraded the server to Sever 2008/IIS7. When they
: > published
: > : my website to the new server the home page was renamed from index.stm
to
: > : index.htm. When I tried to rename the home page via FrontPage back to
: > : index.stm it was changed to default.htm. If I rename default.htm to
: > : default.stm FP takes my home page out of the navigation structure.
: > Needless
: > : to say, my SSI's no longer work. How can I get them working again?
: >
: >
: >
Author
29 Apr 2009 6:19 PM
Chevron7
That has already been tried; it did not make a difference. Just for kicks I
added default.stm at the top of the list (web.config) and then tried to
rename default.htm to default.stm. FP/IIS renamed the page but it is no
longer in the navigation structure.

Show quoteHide quote
"Tom [Pepper] Willett" wrote:

> Have it moved to the top.
> --
> Tom [Pepper] Willett
> Microsoft MVP - FrontPage
> ---------------------------
> "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
> news:9B011124-639D-43C3-9F3A-7BC1D8DEF0C2@microsoft.com...
> : My web.config file of my website already contains index.stm:
> : <defaultDocument>
> :            <files>
> :                <clear />
> :                <add value="index.htm" />
> :                <add value="Default.htm" />
> :                <add value="Default.asp" />
> :                <add value="index.html" />
> :                <add value="iisstart.htm" />
> :                <add value="default.aspx" />
> :                <add value="index.asp" />
> :                <add value="index.stm" />
> :                <add value="index.php" />
> :            </files>
> :        </defaultDocument>My web.config file already contains index.stm:
> :
> : "Tom [Pepper] Willett" wrote:
> :
> : > If you don't have acceses to a web control, contact your host to have
> them
> : > add index.stm as a default page in IIS.
> : > --
> : > Tom [Pepper] Willett
> : > Microsoft MVP - FrontPage
> : > ---------------------------
> : > "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
> : > news:7817BC7A-8306-4F8B-9351-A8B54127930D@microsoft.com...
> : > : My ISP recently upgraded the server to Sever 2008/IIS7. When they
> : > published
> : > : my website to the new server the home page was renamed from index.stm
> to
> : > : index.htm. When I tried to rename the home page via FrontPage back to
> : > : index.stm it was changed to default.htm. If I rename default.htm to
> : > : default.stm FP takes my home page out of the navigation structure.
> : > Needless
> : > : to say, my SSI's no longer work. How can I get them working again?
> : >
> : >
> : >
>
>
>
Author
9 May 2009 3:28 PM
Chevron7
Can anyone tell me how to get my includes working again?

Show quoteHide quote
"Tom [Pepper] Willett" wrote:

> Have it moved to the top.
> --
> Tom [Pepper] Willett
> Microsoft MVP - FrontPage
> ---------------------------
> "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
> news:9B011124-639D-43C3-9F3A-7BC1D8DEF0C2@microsoft.com...
> : My web.config file of my website already contains index.stm:
> : <defaultDocument>
> :            <files>
> :                <clear />
> :                <add value="index.htm" />
> :                <add value="Default.htm" />
> :                <add value="Default.asp" />
> :                <add value="index.html" />
> :                <add value="iisstart.htm" />
> :                <add value="default.aspx" />
> :                <add value="index.asp" />
> :                <add value="index.stm" />
> :                <add value="index.php" />
> :            </files>
> :        </defaultDocument>My web.config file already contains index.stm:
> :
> : "Tom [Pepper] Willett" wrote:
> :
> : > If you don't have acceses to a web control, contact your host to have
> them
> : > add index.stm as a default page in IIS.
> : > --
> : > Tom [Pepper] Willett
> : > Microsoft MVP - FrontPage
> : > ---------------------------
> : > "Chevron7" <Chevr***@discussions.microsoft.com> wrote in message
> : > news:7817BC7A-8306-4F8B-9351-A8B54127930D@microsoft.com...
> : > : My ISP recently upgraded the server to Sever 2008/IIS7. When they
> : > published
> : > : my website to the new server the home page was renamed from index.stm
> to
> : > : index.htm. When I tried to rename the home page via FrontPage back to
> : > : index.stm it was changed to default.htm. If I rename default.htm to
> : > : default.stm FP takes my home page out of the navigation structure.
> : > Needless
> : > : to say, my SSI's no longer work. How can I get them working again?
> : >
> : >
> : >
>
>
>

Bookmark and Share