Hi Dude, this is simple trick to solving appearance index apache directory list. The directory list index that running by apache web server show not full file name. It will be very difficult for the user to determine which file to download. Because the filename is truncated, it’s not perfectly legible. Lets solve index directory to show full width.
The picture 1, show us that filename are not read full.
How to Fix?
Easy fix is modify .htaccess file. If .htaccess file not exist, create first.
Add this line into .htaccess file.
IndexOptions NameWidth=*
Yeah, just one line. And see the result below in Picture II.
That is short article that fix apache index appearance. May be it’s helpful, please feel free to leave a comment if you have any questions and I’ll appreciate it.