Re: lwp-rget and *.htm files

Ole Tange (tange@id.dk)
Thu, 3 Jul 1997 15:41:06 +0200 (MET DST)


On 3 Jul 1997, Frederic Corne wrote:

> On windows machines, there are lot of html files named *.htm because of the
> old 8.3 compatibility. But It seems that these files are not considered as
> html files for URL module.

MediaTypes.pm is probably your answer. Add a 'htm' => 'text/html'

/Ole