#Let's have some Icons, shall we? Alias /icons/ "/usr/share/apache2/icons/" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all TypesConfig /etc/mime.types DefaultType text/plain HostnameLookups Off IndexOptions FancyIndexing VersionSort AddIconByEncoding (CMP,/icons/compressed.png) x-compress x-gzip AddIconByType (TXT,/icons/text.png) text/* AddIconByType (IMG,/icons/image2.png) image/* AddIconByType (SND,/icons/sound2.png) audio/* AddIconByType (VID,/icons/movie.png) video/* # This really should be .jpg. AddIcon /icons/binary.png .bin .exe AddIcon /icons/binhex.png .hqx AddIcon /icons/tar.png .tar AddIcon /icons/world2.png .wrl .wrl.gz .vrml .vrm .iv .3ds AddIcon /icons/compressed.png .Z .z .tgz .gz .zip .bz2 .rar AddIcon /icons/a.png .ps .ai .eps AddIcon /icons/layout.png .html .shtml .htm AddIcon /icons/text.png .txt AddIcon /icons/c.png .c AddIcon /icons/p.png .pl .py AddIcon /icons/f.png .for AddIcon /icons/dvi.png .dvi AddIcon /icons/uuencoded.png .uu AddIcon /icons/script.png .conf .sh .shar .csh .ksh .tcl AddIcon /icons/tex.png .tex AddIcon /icons/bomb.png core AddIcon /icons/bittorrent.png .torrent AddIcon /icons/blender.png .blender AddIcon /icons/cert.png .cert AddIcon /icons/csharp.png .csharp AddIcon /icons/flash.png .flv .swf AddIcon /icons/iso.png .iso AddIcon /icons/java.png .java AddIcon /icons/patch.png .patch .diff AddIcon /icons/pdf.png .pdf AddIcon /icons/msword.png .doc AddIcon /icons/perl.png .pl AddIcon /icons/php.png .php .php4 .php3 .inc AddIcon /icons/psd.png .psd AddIcon /icons/ps.png .ps AddIcon /icons/python.png .py AddIcon /icons/svg.png .svg AddIcon /icons/sql.png .sql AddIcon /icons/ttf.png .ttf AddIcon /icons/vcard.png .vcard AddIcon /icons/xcf.png .xcf AddIcon /icons/class.png .class AddIcon /icons/dia.png .dia AddIcon /icons/glade.png .glade AddIcon /icons/jar.png .jar AddIcon /icons/key.png .key AddIcon /icons/pgp.png .pgp AddIcon /icons/pls.png .pls AddIcon /icons/real.png .real .rl AddIcon /icons/ruby.png .ruby AddIcon /icons/so.png .so AddIcon /icons/xsl.png .xsl AddIcon /icons/back.png .. AddIcon /icons/hand.right.png README AddIcon /icons/folder.png ^^DIRECTORY^^ AddIcon /icons/blank.png ^^BLANKICON^^ # This is from Matty J's patch. Anyone want to make the icons? #AddIcon /icons/dirsymlink.jpg ^^SYMDIR^^ #AddIcon /icons/symlink.jpg ^^SYMLINK^^ DefaultIcon /icons/unknown.png ReadmeName README.html HeaderName HEADER.html IndexIgnore .??* *~ *# HEADER* RCS CVS *,t AddEncoding x-compress Z AddEncoding x-gzip gz tgz AddEncoding x-bzip2 bz2 AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .et AddLanguage fr .fr AddLanguage de .de AddLanguage el .el AddLanguage it .it AddLanguage ja .ja AddLanguage pl .po AddLanguage ko .ko AddLanguage pt .pt AddLanguage no .no AddLanguage pt-br .pt-br AddLanguage ltz .ltz AddLanguage ca .ca AddLanguage es .es AddLanguage sv .se AddLanguage cz .cz AddLanguage ru .ru AddLanguage tw .tw AddLanguage zh-tw .tw LanguagePriority fr da nl et en de el it ja ko no pl pt pt-br ltz ca es sv tw #AddDefaultCharset ISO-8859-1 AddCharset ISO-8859-1 .iso8859-1 .latin1 AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen AddCharset ISO-8859-3 .iso8859-3 .latin3 AddCharset ISO-8859-4 .iso8859-4 .latin4 AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk AddCharset ISO-2022-JP .iso2022-jp .jis AddCharset ISO-2022-KR .iso2022-kr .kis AddCharset ISO-2022-CN .iso2022-cn .cis AddCharset Big5 .Big5 .big5 # For russian, more than one charset is used (depends on client, mostly): AddCharset WINDOWS-1251 .cp-1251 .win-1251 AddCharset CP866 .cp866 AddCharset KOI8-r .koi8-r .koi8-ru AddCharset KOI8-ru .koi8-uk .ua AddCharset ISO-10646-UCS-2 .ucs2 AddCharset ISO-10646-UCS-4 .ucs4 AddCharset UTF-8 .utf8 AddCharset GB2312 .gb2312 .gb AddCharset utf-7 .utf7 AddCharset utf-8 .utf8 AddCharset big5 .big5 .b5 AddCharset EUC-TW .euc-tw AddCharset EUC-JP .euc-jp AddCharset EUC-KR .euc-kr AddCharset shift_jis .sjis AddType application/x-tar .tgz # To use CGI scripts outside /cgi-bin/: # #AddHandler cgi-script .cgi # To use server-parsed HTML files # SetOutputFilter INCLUDES # If you wish to use server-parsed imagemap files, use # #AddHandler imap-file map BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 # # The following directive disables redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with Microsoft WebFolders which does not appropriately handle # redirects for folders with DAV methods. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^gnome-vfs" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully