[rfk-dev] rfk favicon
Martin Pool
mbp@samba.org
Thu, 21 Feb 2002 12:04:47 -0800
On 21 Feb 2002, Neale Pickett <neale@debian.org> wrote:
> Your server claims to be Apache, so just add this line to
> /etc/apache/srm.conf:
>
> AddType image/png .ico
Yes, you should.
> Of course, that's going to apply to *all* .ico files you have, but who
> uses ico files?
Depending on your Apache AllowOverride setting, I think you could also
put this in a .htaccess in the relevant directory. Or, you could have
a <Files> SetType to set it for this specific file. Or you could use
mod_mime_magic.
--
Martin