Re: only works on one site

Erik Costlow <[email protected]> Thu, 12 Feb 2004 22:39:21 -0600
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Scooter Skip:
Yes, you answered your own question.
AddOutputFilter LAYOUT html
This will send all files ending with "html" into the LAYOUT filter. If you 
changed that line to "AddOutputFilter LAYOUT html htm php" then you will get 
what you want (or maybe it's a couple lines of AddOutputFilter).

Only other advice I have for you is to avoid putting a php as the Layout 
Header/Footer in Apache2, it doesn't work well with multi-threading (even the 
prefork version)

On Thursday 12 February 2004 10:11 pm, skeeterskip wrote:
> pages for hit tracking. In Apache file, I have AllowOveride set to All, and
> have no special directives except for each virtual host I have:
>
> AddOutputFilter LAYOUT html
> LayoutHeader /var/www/html/utm.html
>
> It doesn't look like entries are being added to .php or .htm files. Not
> adding to .php is ok, but I need stuff added to .htm files. How can I fix
> this? Do I just need to change:
> AddOutputFilter LAYOUT html to
>
> AddOutputFilter LAYOUT html htm