We currently use Apache to display a listing of Directories. Every
directory represents a part number.
ie: 10488
The problem is that directory number 1084 comes after directory number
10488 (as an example).
Apache is doing the logical thing of sorting the directories according
to the leading digits. I would *like* apache to sort the directories
based on the numeric value of the directory (ie: 10488 is larger than
1084, therefore 1084 should come first in the sort order)
I have read that Apache 2.023 offers much more capabilities in
autoindexing. I cannot determine whether or not what I want to
accomplish is possible though.
Does anyone know if this is possible?
Thanks,
Jim
>> Stay informed about: Index Sort Directories by Number/Value?