1

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.)

Shane Madden
  • 112,982
  • 12
  • 174
  • 248
dirtside
  • 1,481
  • 4
  • 17
  • 22

1 Answers1

3

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

mod_autoindex

pboin
  • 1,086
  • 8
  • 11