> does anybody know how to get a relative path or absolute path to work on the
> cs web servers by using <!--#include virtual="file"--> or any other
> necessary code? I can't get the paths to work, but if i use a simple file in
> the same directory, it's ok. any ideas?
virtual should work for anything in or under current directory, AFAIK. For
anything else, you'll need to use <!--#include file="blah"--> Note that
file uses the actualy path, not the server path. So, for example, I use in
some places: <!--#include
file="/home/u/www/users/mengmeng/include/footer.html"--> It's a pain, but
I think that's the only way to do it.
MZhang
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]