Using SSI in Frontpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What steps do I take to replace my Include pages (as headers and footers) for
an SSI solution? This is in case I go to a provider without FP extensions.

I have Apache. Server is Unix.

Thanks!
 
You don't have to move from the Include component. It's actually not part of
the FP Server Extension. The Include component is what's known as a
design-time component. That means it's only updated with the FP Client. For
example, when you change one of your included pages and use the Tools |
Recalculate Hyperlinks to refresh all the pages that use that include. FP
will take the included HTML and place it directly into all the pages that
need it, unlike an SSI which is a runtime substitution.
 
Does Expression Web have a similar component that allows me to create headers
and footers? I ask because I understand that MS wants to be more
standards-compliant and won't be using some of the FP components.

Thanks!
Steve H
 
Yes it supports the FP Include pages or has DWTs and Master Pages

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Does Expression Web have a similar component that allows me to create headers
| and footers? I ask because I understand that MS wants to be more
| standards-compliant and won't be using some of the FP components.
|
| Thanks!
| Steve H
|
| "Mark Fitzpatrick" wrote:
|
| > You don't have to move from the Include component. It's actually not part of
| > the FP Server Extension. The Include component is what's known as a
| > design-time component. That means it's only updated with the FP Client. For
| > example, when you change one of your included pages and use the Tools |
| > Recalculate Hyperlinks to refresh all the pages that use that include. FP
| > will take the included HTML and place it directly into all the pages that
| > need it, unlike an SSI which is a runtime substitution.
| >
| >
| > --
| > Hope this helps,
| > Mark Fitzpatrick
| > Former Microsoft FrontPage MVP 199?-2006
| >
| > | > > What steps do I take to replace my Include pages (as headers and footers)
| > > for
| > > an SSI solution? This is in case I go to a provider without FP extensions.
| > >
| > > I have Apache. Server is Unix.
| > >
| > > Thanks!
| >
| >
| >
 
Does Expression Web have a similar component that allows me to create
headers
and footers? I ask because I understand that MS wants to be more
standards-compliant and won't be using some of the FP components.

A SSI is a "server side include." While FP uses a web-bot component to make
it "feel" like an SSI its not actually an SSI. Off the top of my head I can
see at least two ways to setup a SSI. One is to use ASP code with a page
ext of ASP. The other way uses another include command but the page must
have an extension of .shtm or it won't work.....

Hope this helps.
 
Back
Top