[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Empty Dir. Listing
- Subject: Re: [cobalt-users] Empty Dir. Listing
- From: "Nathan Martinez" <nathanm@xxxxxxxxxx>
- Date: Wed May 17 09:36:08 2000
>> 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