Hey
We had some long directory names being truncated and got it corrected using
IndexOptions FancyIndexing NameWidth=*
based on example found searching the web.
I was looking around in the Apache documentation for more info on FancyIndexing but either I am overlooking it or there isn't much. When I clicked on "FancyIndexing" link I got this …
And it isn't listed in the Directives list …
From what I found it seems to only have impact of making it able to sort based on column header chosen.
However, when we tried only …
IndexOptions NameWidth=*
It did not work until we added "FancyIndexing"
Why?
No big deal, just curious.
Thanks
|