LayoutIgnoreTag doesn't work.

"[email protected]" <[email protected]> Mon, 11 Jun 2007 12:44:29 +0900
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Hi ALL.

I am using mod_layout-4.1, Apache/2.0.52

LayoutIgnoreTag doesn't work.

My configuration are as follows.
Apache configuration

    <Directory /var/www/virtual/cgi-bin>
        .
        .
        .
        AddOutputFilter LAYOUT html htm cgi
        LayoutIgnoreTag <!--nobanner-->
        LayoutHeader /var/www/ads/header.html
        LayoutFooter /var/www/ads/footer.html

    </Directory>

nobanner.html

    <html>
    <head>
    <!--nobanner-->
    </head>
    <body>
     Body
    <!--nobanner-->
    </body>
    </html>

But in nobanner.html , Header and Footer are showed.

Please let me know how I can make LayoutIgnoreTag work.

Regards.

Hiroyoshi

_______________________________________________
Mod_layout mailing list
[email protected]
http://lists.tangent.org/mailman/listinfo/mod_layout