# just put this IN your .htaccess file
# enable files listing IN the directory
Options +Indexes
# SET the file name LENGTH - can be a NUMBER TO limit TO maximum NUMBER OF characters OR can we * LIKE here TO NOT limit names AT ALL AND always show the full file names
IndexOptions NameWidth=*