When I use

Options +indexes

...in an .htaccess file, Apache (1.3) displays a formatted list of files in that directory. Yay! However, the actual layout of that formatting kind of sucks; the filenames are only about 20 characters wide, and get truncated with ".." on the end. Is there any way to change how Apache formats the width of the various text here? (Aside from, you know, editing the source code.)

link|improve this question

50% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Yes, you can do this with mod_autoindex. You're looking for 'FancyIndexing' and 'IndexingOptions'.

mod_autoindex

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.