2

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

Kenny Rasschaert
  • 8,925
  • 3
  • 41
  • 58
Scott
  • 123
  • 3

2 Answers2

3

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

The Pixel Developer
  • 847
  • 3
  • 9
  • 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,628
  • 1
  • 19
  • 24