LayoutHeaderOff ignored?
Liem Bahneman <[email protected]> Mon, 15 Mar 2004 21:38:20 -0800 (PST)
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <Pine.LNX.4.44.0403152123350.23183-100000@utopia-planitia.starfleet.com> |
<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? Also, it seems to override SSI from working (via Option Includes) the <!--#include virtual="foo.html"--> shows up in the browser, rather than it being parsed.. thanks, - liem (Hi Brian, LTNS)