> On Thu, 4 Apr 2002, Brian Pane wrote: > > >Cliff Woolley said: > >> > >> Why doesn't this work? > >> <Directory /foo> > >> SetOutputFilter BUCKETEER;INCLUDES > >> </Directory> > >> > > That ought to work; I'm not sure why it doesn't > > > > What I've used in the past is: > > AddOutputFilter INCLUDES .shtml > > <Location /> > > SetOutputFilter BUCKETEER > > </Location> > > Hmmmmm... can't get that to work either. Still trying stuff... are we > sure the Add/SetOutputFilter directives work right?
They worked the last time I used them. In fact, I use them for the INCLUDES filter everyday. Ryan