how to change "index of" format?

how to change "index of" format?

am 27.06.2007 07:19:54 von Yandos

Hi,

I'd like to display longer file and directory names in directory index generated by apache (now there are
trimmed by ... on the end). Where should I look? Google did not helped me.

I have also noticed that apache 2.2 has different directory index format, can this be changed to that "old
good"? ;-)

Thanks in advance,
Y.

Re: how to change "index of" format?

am 27.06.2007 10:54:36 von shimmyshack

On Jun 27, 6:19 am, Yandos wrote:
> Hi,
>
> I'd like to display longer file and directory names in directory index generated by apache (now there are
> trimmed by ... on the end). Where should I look? Google did not helped me.
>
> I have also noticed that apache 2.2 has different directory index format, can this be changed to that "old
> good"? ;-)
>
> Thanks in advance,
> Y.

IndexOptions +FancyIndexing -IconsAreLinks +FoldersFirst +NameWidth=*
+IgnoreCase +SuppressDescription +SuppressHTMLPreamble

choose from a few of those, but +NameWidth=* is what you need