I use server side includes to include a header and footer html file in all my pages to save time. Here's the problem. In the 'default.html' template file, I'd like to be able to use the 'virtual' tag to include my files which reside in the root directory on the server (Apache 1.3 on a Unix OS). I should be able to type:
<--#include virtual="/header.html"-->
It doesn't work. It just gets ignored. I can, however, use 'file' instead. The problem, as you all know, is that I have to have a copy of the html files in the same directory as 'default.html'. I have tried this and it DOES work.
My question: Does anyone know why 'virtual' does not work?
Thanks.
-Kevin
[This message has been edited by KevinR (edited January 06, 2003).]