![](http://www.gnu-darwin.org/hexley-gd-sm.png)
|
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
|