mod_layout - Ignore a site?

Hi,

I finaly got mod_layout to work. It is adding a header to all sites (and pages) at my server, I do however need to disable it from displaying the header at certain sites - is this possible?

I tried adding " LayoutIgnoreURI " to the commands, but nothing happens:
LayoutIgnoreURI www.domain.com


This is my current code:
LayoutHeader /home/domain/header.php
LayoutFooter /home/domain/footer.php
LayoutIgnoreURI *.rdf
LayoutIgnoreURI *.xml
LayoutIgnoreURI *.rss
LayoutIgnoreURI *.php
LayoutIgnoreURI *.asp
LayoutMerge On

<VirtualHost xxxxxxxx>
........
............
.................
</VirtualHost>
.. etc

 

 

 

 

Top