[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Empty Dir. Listing



>> I want to have some files in an empty
>> directory, and NOT have the name of the
>> file truncated.
>> 
>> Currently, it's only showing the first
>> 23 letters of the filename...

This one had me stumped for a while as well.  just add the line:

IndexOptions FancyIndexing NameWidth=*

to your httpd.conf file.  It works like a charm.

-Nathan Martinez