[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Webserver & Server Side Includes



Hello,
 
I am building a web page using the PLT webserver and would like to make use of server side includes.  Does the webserver currently implement this feature?  At present if I try either of the following:
 
<!--#include virtual="/includes/myfile.inc"-->
<!--#include file="../includes/myfile.inc"-->
 
the include syntax is passed straight through.
 
Ty