LayoutIgnoreURI

Description

With LayoutIgnoreURI you can specify URI to be ignored. This way you can wrap an entire site but say ignore the /index.html document.

Example

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

Known Problems

None