Publish "Contribute" documentation.
[htmlpurifier-web.git] / releases / .htaccess
blobb6138eca3b6c61b8e10e43f6c89a895c45d07085
1 <Files HEADER>
2     ForceType text/html
3 </Files>
4 <IfModule mod_autoindex.c>
5     IndexOptions +VersionSort +XHTML +SuppressHTMLPreamble -FancyIndexing -HTMLTable
6     IndexOrderDefault Descending Name
7     IndexIgnore *.bat *.sh .htaccess *.xc-deps HEADER.html warning*
8     HeaderName HEADER
9 </IfModule>
10 <IfModule mod_headers.c>
11     Header append Cache-Control no-cache
12     Header append Cache-Control must-revalidate
13 </IfModule>