--- mod_autoindex.old.c 2008-11-02 18:56:13.000000000 +0100 +++ mod_autoindex.c 2008-11-02 18:56:53.000000000 +0100 @@ -1280,7 +1280,7 @@ p->key = apr_toupper(keyid); p->ascending = (apr_toupper(direction) == D_ASCENDING); p->version_sort = autoindex_opts & VERSION_SORT; - if (autoindex_opts & FANCY_INDEXING) { + if (autoindex_opts & (FANCY_INDEXING | TABLE_INDEXING)) { if (!(p->icon = find_default_icon(d, testpath))) { p->icon = find_default_icon(d, "^^DIRECTORY^^"); }