|
LayoutFooterOff
Description
LayoutFooterOff allows you turn off any footers
that you may have specified. This can come in
handy when you have overlapping rules. The following
example illustrates this. All of the contents
of the virtualhost minus the smurfdance directory
will get a footer.
Example
<VirtualHost www.foo.com:80>
DocumentRoot /usr/local/apache/htdocs/
FooterTXT "This is a footer."
<Directory /usr/local/apache/htdocs/smurfdance/>
FooterOff
</Directory>
</VirtualHost>
Known Problems
None
|