|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using SSI on Home PageMy 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? 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. -- Show quoteHide quoteTom [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? 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? > > > Have it moved to the top.
-- Show quoteHide quoteTom [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? : > : > : > 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? > : > > : > > : > > > > 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? > : > > : > > : > > > >
Other interesting topics
problem with css format for hyperlink
FrontPage 2002 crashes when embedding a Google Map Tracking Logins and Searches Hyperlink Two questoins, behaviors and pages how do I pasword protect the first page to a website in Frtpge 200 Excel component won't display Protect forms page from unwanted entries Adding New record Problem with Publish Web |
|||||||||||||||||||||||