Forum Moderators: phranque

Message Too Old, No Replies

how to stretch the "name" column when browsing through folders

         

borutlape

10:49 am on Jun 29, 2005 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.

Cheers

PS. Welcome to Webmaster World!

borutlape

12:08 pm on Jun 29, 2005 (gmt 0)

10+ Year Member



It worked, thanks again for the quick reply!