Re: LayoutHeaderOff ignored?
Brian Aker <[email protected]> Mon, 15 Mar 2004 22:53:29 -0800
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
Hi Liem!
On Mar 15, 2004, at 9:38 PM, Liem Bahneman wrote:
>
> <virtualhost www.foo.com:80>
> # (I have some image/jpg spewing .cgi that I need to exclude)
> LayoutDefaultHandlers Off
> LayoutHandler text/html
> LayoutHeader /header.html
>
> # exclude this path
> <Directory /home/user/public_html/somedir/>
> LayoutHeaderOfff
> </Directory>
> </VirtualHost>
>
> but http://www.foo.com/~user/somedir/index.html
> continues to show the header. Do I have the ordering wrong?
Tried just turning the layout engine off?
-Brian