1# Define some types
2AddType application/xhtml+xml .xht
3AddType text/html .htm
4AddType text/css .css
5AddType image/png .png
6AddType text/plain .data .list
7
8# Set the default character set
9AddDefaultCharset utf-8
10
11# Indexing Options
12Options +Indexes
13IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
14IndexIgnore .htaccess *~ .#* #*# CVS README
15ReadmeName README
16
17# Set up the README files to be plain text
18<files README>
19   ForceType text/plain
20   SetHandler default-handler
21</files>
22
23# Add some default descriptions
24AddDescription "Information about the files in this directory" README
25