https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 34bd5b1a3394e0ffcae29aae509057bfd1fa3935 authored by Yutaka Hirano on 03 April 2018, 03:15:14 UTC
fix
Tip revision: 34bd5b1
.htaccess
HeaderName README.md
ReadmeName none

# README is returned as text/plain anyway, but this is needed to
# make it show up.

<Files "README.md">
ForceType text/plain
</Files>

# Define some types
AddType application/xhtml+xml .xht
AddType text/html .htm
AddType text/css .css
AddType image/png .png

# Set the default character set
AddDefaultCharset utf-8

# Set up useful directory indexes
# Indexing Options
Options +Indexes +MultiViews
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
IndexIgnore .htaccess *~ .#* #*# CVS README.md .svn
back to top