[EMAIL PROTECTED] wrote:
> 
> I am unable to get Apache::Filter and Apache::SSI to function in a manner
> that will allow me to place include files in my Active Server Pages (using
> Apache::ASP), such as:
> 
>         <!--#Include File="./include/filename.inc"-->
> 
> Can someone please speak from experience and let me know what they did to
> get this working?  Thanks, in advance, for all of your help.

If you use a file include, it must be an ASP include:

  <!--#include file="./include/filename.inc"-->

If you want something that is not ASP, try the filtering
with SSI, and the virtual include syntax.  See the 
examples in the distribution at ./site/eg, or online at 

  http://www.nodeworks.com/asp/eg/index.html
  http://www.nodeworks.com/asp/eg/ssi_filter.ssi
  http://www.nodeworks.com/asp/eg/include.htm

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NODEWORKS >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-562-683-2142

Reply via email to