.htaccess (575B)
1 HeaderName README.md 2 ReadmeName none 3 4 # README is returned as text/plain anyway, but this is needed to 5 # make it show up. 6 7 <Files "README.md"> 8 ForceType text/plain 9 </Files> 10 11 # Define some types 12 AddType application/xhtml+xml .xht 13 AddType text/html .htm 14 AddType text/css .css 15 AddType image/png .png 16 17 # Set the default character set 18 AddDefaultCharset utf-8 19 20 # Set up useful directory indexes 21 # Indexing Options 22 Options +Indexes +MultiViews 23 IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles 24 IndexIgnore .htaccess *~ .#* #*# CVS README.md .svn