Disable a entire site, is it possible?

"Kenneth Poulsen | Wide" <[email protected]> Sat, 20 Nov 2004 10:34:45 +0100
Newsgroups gmane.comp.apache.mod-layout
Message-ID <000a01c4cee4$2cdccdf0$0200000a@n3nj6ulhjmjam2>
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/footer 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

This works with single pages, but cant find a way to disable a entire site/domain:
LayoutIgnoreURI /login.htm




Any help would be great :)



Regards,

K. Poulsen