mod_layout help

Tyoma <[email protected]> Fri, 9 Sep 2005 03:40:54 +0000 (UTC)
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hello,

I have just installed mod_layout on my box successfully. I need it to attach
headers/footers to certain pages that I specify in the httpd.conf file. Here's
what I have in there so far:

<virtualhost www.wow4less.com:80>
LayoutMerge On
LayoutComments On
LayoutHeader "path here"
LayoutFooter "path here"
....
</virtualhost>

The banners show up fine, but the content of the site does not show up at all. I
am testing this on a site that runs off of ZenCart script. I was wondering if
anyone could help me out what I am doint wrong or missing? I assume it would do
the same thing with sites that run phpbb or say vBulletin. 

Thank you for any help.