Forum Moderators: phranque

Message Too Old, No Replies

server or browser truncating file names?

         

jkoch1

11:42 am on Jul 20, 2006 (gmt 0)

10+ Year Member



When browsing a directory, file names longer than 23 characters get truncated. Anyone know how to adjust this? thx

RonPK

4:03 pm on Jul 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello jkoch1, welcome to WebmasterWorld!

Automatic directory listing is handled by Apache's mod_autoindex. It has a directive called IndexOptions, and one of the options is NameWidth. More info in the manual [httpd.apache.org].

It depends on your server's settings whether you can set directory listing on a per directory basis, ie in .htaccess.

jkoch1

4:59 pm on Jul 20, 2006 (gmt 0)

10+ Year Member



Perfect! Thanks a million RonPK... for the welcome and solution!