Hi,
I have a mailing list, it has several pages.
All of its contents are in the cgi-bin.
Inside the cgi-bin are some header and footer .txt files. In those files I can add a template that can be used/called by all the mailing list’s pages (there are several cgi generated pages).
I want to call a template using SSI.
I used this SSI code in a .txt file within the cgi-bin, but I received no results:
<!--#include virtual="../scripts/ssi/template.txt" -->
I know I have the correct path to the template.
Does anyone have any ideas what I did wrong?
Thanks,
Jenny
I have a mailing list, it has several pages.
All of its contents are in the cgi-bin.
Inside the cgi-bin are some header and footer .txt files. In those files I can add a template that can be used/called by all the mailing list’s pages (there are several cgi generated pages).
I want to call a template using SSI.
I used this SSI code in a .txt file within the cgi-bin, but I received no results:
<!--#include virtual="../scripts/ssi/template.txt" -->
I know I have the correct path to the template.
Does anyone have any ideas what I did wrong?
Thanks,
Jenny