I keep running into a little snafu with my website, trying to condense the header/footers and sidebars into a nice tidy 3 files instead of the code in multiple pages for my main and subdomains. With that.. here is my question.
I have a SSI snipet that includes a header file, however this header is not pulled when the visitor hits the subdomain website, only the main domain website.
called from subdomain (does not work)
#include file="/home/username/public_html/header2.html"
called from main domain (works fine)
#include virtual="./header2.html"
(I've flip flopped virtual and file, but I have been unable to get it to properly pull the header file).
Is this possible?
thanks.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks