Google

LayoutIgnoreFooterURI

Description

With LayoutIgnoreFooterURI you can specify a URI that the footer will ignore. This way you can wrap an entire site but say ignore putting footers on your /index.html document.

Example

<VirtualHost www.foo.com:80>
LayoutIgnoreFooterURI /index.html
</VirtualHost>

Known Problems

None