|
LayoutIgnoreHeaderURI
Description
With LayoutIgnoreHeaderURI you can specify an URI that the header will
ignore. This way you can wrap an entire site but
say, ignore putting headers on your /index.html document.
Example
<VirtualHost www.foo.com:80>
LayoutIgnoreHeaderURI /index.html
</VirtualHost>
Known Problems
None
|