Slight modification to CSRF error message to make timeouts less user-unfriendly.
[htmlpurifier-web.git] / .htaccess.in
blobf1e2aef4560cfba1148e718521b3d2470c36041e
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\.2\.0(\.|-standalone|-lite)
12 RewriteCond %{REQUEST_URI} !/htmlpurifier-trunk(\.|-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