1 # HERE xhtml-compiler/main.php mod_rewrite
\r
3 # Old release warning rewrites
\r
4 RewriteCond %{REQUEST_METHOD} !=POST
\r
5 RewriteCond %{REQUEST_URI} !/htmlpurifier-3\.1\.1(\.|-standalone|-lite)
\r
6 RewriteCond %{REQUEST_URI} !/htmlpurifier-2\.1\.5(\.|-standalone|-lite)
\r
7 RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-3\.0\.0\.
\r
8 RewriteCond %{REQUEST_URI} !\.sig$
\r
9 RewriteRule ^releases/(htmlpurifier-|phorum-) releases/warning.html [N]
\r