Forum Moderators: phranque
I tried both ways below but with no luck.
<!--#include virtual="/www/htdocs/somedomain/footer.html"-->
<!--#include file="/www/htdocs/somedomain/footer.html"-->
On our IIS boxes we can define virtual domains on each site to point to the same directory on the NTFS.
For example we can do includes like:
<!--#include virtual="/common/footer.html"-->
which is really a directory at the same level as all the domains. We just define /common/ as C:\inetpub\wwwroot\common\
Is there a similar way to do this on a Unix Box?
I have a feeling I'll have to use a perl or PHP script to suck up the file to display it.
[webmasterworld.com...]
[httpd.apache.org...]