https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4502480240801eb26c1834728471d939e61c385b authored by Luke Bjerring on 05 April 2018, 15:35:55 UTC
Add MISSING-LINK docs
Tip revision: 4502480
htaccess
# 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

# Indexing Options
Options +Indexes
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
IndexIgnore .htaccess *~ .#* #*# CVS README
ReadmeName README

# Set up the README files to be plain text
<files README>
   ForceType text/plain
   SetHandler default-handler
</files>

# Add some default descriptions
AddDescription "Information about the files in this directory" README
back to top