Click to See Complete Forum and Search --> : Server Side Includes


Mark B.
03-16-2000, 11:01 AM
My SSI directive is not doing anything:

<!-- #include file="Footer.htm" -->

When I view the source from the browser it just shows it as a comment.

I'm using the PWS that comes with the NT 4 option pack for
NT Workstation. Any ideas?

Thanks,
Mark

Strider
03-16-2000, 12:38 PM
rename the footer.htm to footer.inc

jc
Mark B. <mtbergan@bpa.gov> wrote in message news:38d0f733@news.devx.com...
>
>
> My SSI directive is not doing anything:
>
> <!-- #include file="Footer.htm" -->
>
> When I view the source from the browser it just shows it as a comment.
>
> I'm using the PWS that comes with the NT 4 option pack for
> NT Workstation. Any ideas?
>
> Thanks,
> Mark

Mark B.
03-17-2000, 11:18 AM
No, renaming the file to "Footer.inc" didn't help--incidentally, I've read
that using a certain file extension is not needed

Thanks,
Mark


"Strider" <jf_cantley@empowered.com> wrote:
>rename the footer.htm to footer.inc
>
>jc
>Mark B. <mtbergan@bpa.gov> wrote in message news:38d0f733@news.devx.com...
>>
>>
>> My SSI directive is not doing anything:
>>
>> <!-- #include file="Footer.htm" -->
>>
>> When I view the source from the browser it just shows it as a comment.
>>
>> I'm using the PWS that comes with the NT 4 option pack for
>> NT Workstation. Any ideas?
>>
>> Thanks,
>> Mark
>
>

Stef
04-05-2000, 11:48 AM
Change the name of your file extension calling the include from htm to asp.


Note: I'm referring to the html file you have the include directive in, not
the actual include file.

Hope this helps.

"Mark B." <mtbergan@bpa.gov> wrote:
>
>
>My SSI directive is not doing anything:
>
><!-- #include file="Footer.htm" -->
>
>When I view the source from the browser it just shows it as a comment.
>
>I'm using the PWS that comes with the NT 4 option pack for
>NT Workstation. Any ideas?
>
>Thanks,
>Mark