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');
In reply to CGI SSI and Apache2 by bcochofel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |