############################################################################ # an .htaccess file to produce beautiful custom directory listings.. # # # # the default Apache icons for fine for this, or create your own set # # corz.org icons can be found here.. http://corz.org/public/icons/ # # you can use any valid path for icons in here, on-site or off # # # # (c) corz.org 2000-2004 # # # ############################################################################ Options +Indexes +MultiViews +FollowSymlinks # Directives controlling the display of server-generated directory listings. # # FancyIndexing is whether you want fancy directory indexing or standard IndexOptions FancyIndexing IconHeight=16 IconWidth=16 NameWidth=30 DescriptionWidth=30 AddIconByEncoding (CMP,/icons/small/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/small/text.gif) text/* AddIconByType (IMG,/icons/small/image.gif) image/* AddIconByType (SND,/icons/small/sound2.gif) audio/* AddIconByType (VID,/icons/small/movie.gif) video/* # DefaultIcon is which icon to show for where none is explicitly set. # headers and footers # If MultiViews are amongst the Options in effect, the server will # first look for name.html and include it if found. If name.html # doesn't exist, the server will then look for name.txt and include # it as plaintext if found. # #ReadmeName readme #HeaderName header # you can specify the full name, if you like.. #HeaderName header.html # better yet, specify a single fixed location. This will cover *all* the subdirectories # affected by this .htaccess, and saves you duplicating the same file over and over.. #HeaderName /rad/unprov/00/header.html #ReadmeName /rad/unprov/00/readme.html # note: this can be anywhere onsite, not neccessarily inside the area covered by this file. # I personally find a fixed header, and local readme's works best. ymmv. # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore .??* *~ *# readme.html header.html oss.css HEADER README RCS CVS *,v *,t .DS_Store *.log /00 # End of indexing directives.