Forum Moderators: phranque
This is my first post since joining.
I recently started working at a new location and here we have an internal site serving up dynamic content from an Apache server. Basically, it is used to make all the builds and other useful files available to the programmers for their work. However, the file names as displayed on the pages are truncated when consisting of more than 20 characters. Is there some way to configure Apache to allow the full file names to be displayed on the pages our users are accessing? Any and all help in this would be greatly appreciated.
In this case, Windows isn't in play (I held my reply until i could check). I have been scouring around sources of info and the only thing that I have found that may possibly be applicable has to do with the mod_autoindex and FancyIndexing which has, apparently been deprecated, and the IndexOptions directive that has replaced it but the gist of it is that the default is a max of 23 characters long but you can use IndexOptions SuppressSize to add seven more characters and the IndexOptions SuppressLastModified to add another 19 characters to make a total of 49 characters. Now, am I on the completely wrong track or does any of this sound plausible?