20 Jan
2004
20 Jan
'04
6:56 p.m.
On Tue, Jan 20, 2004 at 08:53:47AM -0800, Aramico wrote:
Friends,
I have an index.htm with several frames inside. One of the is linked to http://user:password@url_address. The problem is, the listed files on my defined url are long file name, So, I could not view the name complettely. Its a problem for me, cause, several files has the same name for some firs characters. Can I display a full name here.
Thanks
Aramico
Aramico, If you are using Apache for your web server, see the "IndexOptions" directive. It has several options for formatting directory listings. An alternative would be to add an "index.pl" to the directory, and write that perl script to format your directory listing the way you want it. Bill