Fix bad tarball signatures, and remove -strict downloads.
[htmlpurifier-web.git] / .htaccess.in
blob6d4c96ba1164a3b04ed83e52da4b626fd121b67f
1 # HERE xhtml-compiler/main.php mod_rewrite
3 # Deny .git directories; some sub-repositories might be private
4 # If you're interested in the htmlpurifier-web or xhtml-compiler sources,
5 # check out git.htmlpurifier.org or repo.or.cz/w/$project.git
6 # WARNING: Bare repositories, with format reposname.git are NOT blocked.
7 RewriteRule (^|/)\.git/ - [F]
9 # Old release warning rewrites
10 RewriteCond %{REQUEST_METHOD} !=POST
11 RewriteCond %{REQUEST_URI} !/htmlpurifier-3\.1\.1(\.|-standalone|-lite)
12 RewriteCond %{REQUEST_URI} !/htmlpurifier-2\.1\.5(\.|-standalone|-lite)
13 RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-3\.0\.0\.
14 RewriteCond %{REQUEST_URI} !\.sig$
15 RewriteRule ^releases/(htmlpurifier-|phorum-) releases/warning.html [N]
17 # Docs
18 RewriteRule ^docs$ docs/ [R]
19 RewriteRule ^docs(/.*|) dev/docs$1