Forum Moderators: phranque
Instead of using the absolute path, how can I share the header.inc for files in different folders and keep the path right?
Thank you.
Thus :
<!--#include virtual="/somedir/a.inc" -->
Will include a a file "a.inc" that is located at www.exmple.com/somedir/a.inc
In my experience trying to use
<!--#include file="/exp/a.inc" -->
will fail.