I fought through this with another server, and I'm faced with doing it again. That was long ago, and I've forgotten the tricks. My present web server has a load of great directory icons in /usr/localApache/icons, but I can't get my directories to display them. My .htaccess has
IndexOptions IgnoreClient IgnoreCase FancyIndexing NameWidth=* DescriptionWidth=* SuppressHTMLPreamble
and I have, for example,
AddIcon /usr/local/apache/icons/sound1.gif .mp3
(Even then, no sound icon is displayed with .mp3 files.)
I thought FancyIndexing called for those icons. But I suspect I haven't generally pointed my system at that icon directory, and that's why it isn't using them. How do I do that in .htaccess?