how to stretch the "name" column when browsing through folders
borutlape
10:49 am on Jun 29, 2005 (gmt 0)
I have a web pag on apache 1.3 on linux. I have links to folders on the local machine, and they open in a new page "Index of /samba/documents" and I can see all the files in that folder. The problem is that I can't see the full names of the files if they are longer than 20 characters.Any clue?
Thx in advance, Borut
Birdman
11:08 am on Jun 29, 2005 (gmt 0)
Check out mod_autoindex [httpd.apache.org]. You should be able to use something like this:
IndexOptions NameWidth=*
...in your Apache conf file. Not sure if it works in the .htaccess file, but you could try it.