[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

FIXED: Re: Apache::AutoIndex patch



w trillich wrote:
> speaking of autoindex issues-- i can't get apache to
> display the HEADER or README files (above and
> below the tabular file listing), and when i posted
> my most recent question, someone else piped up and
> said they've got the same snag.
> 
> is there a configuration that turns off the inclusion
> of plain text header/footer? it seems to be site-wide
> for us...

Add something like this for the <Directory> sections you want
to have display the header and footer:

<Files ~ "(README|HEADER)$">
ForceType text/plain
</Files>

Apparantly the DefaultType setting isn't being honored for this
case. Sorry if this was already answered, but I didn't see it
come up.

-- 
( Mike Brownlow | http://wsmake.org/~mike/ | http://wsmake.org/ )
( "A scorner seeketh wisdom, and findeth it not: but knowledge  )
( is easy unto him that understandeth." Proverbs 14:6           )



Reply to: