bcochofel has asked for the wisdom of the Perl Monks concerning the following question:
I've also tried:use CGI::SSI_Parser; fssi("./header.html"); or sssi('<!--#include virtual="./header.html" -->');
The code works great with my index.html file... I have XBitHack Full option under my httpd.conf apacheuse CGI::SSI; $ssi = CGI::SSI->new(); $ssi->include(virtual => './header.html');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI SSI and Apache2
by olus (Curate) on Nov 27, 2006 at 12:49 UTC | |
|
Re: CGI SSI and Apache2
by perrin (Chancellor) on Nov 27, 2006 at 19:04 UTC |