Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / .htaccess.in
blobbe51b9156c481beb4e910f0698e821654583b260
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-4\.4\.0(\.|-standalone|-lite)
12 RewriteCond %{REQUEST_URI} !/htmlpurifier-trunk(\.|-standalone|-lite)
13 RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-4\.4\.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
21 Options +Indexes