I would like to know how you might achieve this look with Apache's Indexing?? Is there a module I can get?
Asked
Active
Viewed 2,613 times
2 Answers
3
I believe thats how Firefox displays FTP directories. It has nothing to do with Apache.

The Pixel Developer
- 857
- 3
- 10
- 20
1
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

Dom
- 6,743
- 1
- 20
- 24