July 25, 2010

July 25, 2010 – 10:10 am

Finally decided to fix the order of my apache directory listings because I was frustrated by the case of the first letter affecting the listing order, and people not knowing how to use a “unix sort” listing. To fix it, the following line was added in the httpd.conf file, in the “<IfModule dir_module>” paragraph :

IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* XHTML HTMLtable SuppressRules IconHeight=16 IconWidth=16

You must be logged in to post a comment.