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
  • 9,045
  • 3
  • 42
  • 58
Scott
  • 123
  • 1
  • 3

2 Answers2

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