To show longer file names in Apache's directory listing (mod_autoindex), add this to your .htaccess:
IndexOptions FancyIndexing NameWidth=*The * makes the name column auto-size to fit the longest filename.
For the complete guide:
This article has been consolidated into our Complete Guide to .htaccess on Apache guide for easier reference.
