Actually, use AFS permissions to get access.
[htmlpurifier-web.git] / releases / .htaccess
blob0cd14815455b82c6427b3baeb3af3781a726b5d8
1 <Files HEADER>
2     ForceType text/html
3 </Files>
4 Options +Indexes
5 <IfModule mod_autoindex.c>
6     IndexOptions +VersionSort +XHTML +SuppressHTMLPreamble -FancyIndexing -HTMLTable
7     IndexOrderDefault Descending Name
8     IndexIgnore *.bat *.sh .htaccess *.xc-deps HEADER.html warning*
9     HeaderName HEADER
10 </IfModule>
11 <IfModule mod_headers.c>
12     Header append Cache-Control no-cache
13     Header append Cache-Control must-revalidate
14 </IfModule>