.htaccess (621B)
1 # Define some types 2 AddType application/xhtml+xml .xht 3 AddType text/html .htm 4 AddType text/css .css 5 AddType image/png .png 6 AddType text/plain .data .list 7 8 # Set the default character set 9 AddDefaultCharset utf-8 10 11 # Indexing Options 12 Options +Indexes 13 IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles 14 IndexIgnore .htaccess *~ .#* #*# CVS README 15 ReadmeName 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 24 AddDescription "Information about the files in this directory" README