|
LayoutHeaderOff
Description
LayoutHeaderOff allows you turn off any headers
that you may have specified. This can come into
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 header.
Example
<VirtualHost www.foo.com:80>
DocumentRoot /usr/local/apache/htdocs/
LayoutHeader "This is a header."
<Directory /usr/local/apache/htdocs/smurfdance/>
LayoutHeaderOff
</Directory>
</VirtualHost>
Known Problems
None
|