I would like to know how you might achieve this look with Apache's Indexing?? Is there a module I can get?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

I believe thats how Firefox displays FTP directories. It has nothing to do with Apache.

link|improve this answer
Thanks for the info. – Scott Oct 26 '09 at 2:08
feedback

You can if you ask the directory listing wigh beautiful icons. If you want, users reach you by http://ftp.domain.tld

You can add this parameters in a .htacces

Options Indexes
IndexOptions FancyIndexing SuppressHTMLPreamble XHTML IconsAreLinks FoldersFirst NameWidth=* DescriptionWidth=* HTMLTable
HeaderName HEADER.html
ReadmeName FOOTER.html
IndexIgnore FOOTER.html HEADER.html ".."
IndexOptions Charset=UTF-8
AddDescription "Fichier de sommes de contrĂ´le" MD5SUMS
AddDescription "Fichier sources" *

The Icons should be in you icons folder for your virtual host

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.