Setting column width on Apache default index pages

If you can’t read the text on the default index page of your Apache HTTPD server, you can make it larger with a .htaccess file.

cat .htaccess 
IndexOptions NameWidth=80

If you put this in the root of the troublesome tree, it will server for that directory and all directories below it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.