<p>In 2.4.10 and later, you can limit the escaping to specific characters
in backreferences by listing them: <code>[B=#?;]</code> </p>
-<section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title>
-<p>The [BNP] flag instructs <directive
-module="mod_rewrite">RewriteRule</directive> to escape the space character
-in a backreference to %20 rather than '+'. Useful when the backreference
-will be used in the path component rather than the query string.
-
<p><code>mod_rewrite</code> has to unescape URLs before mapping them,
so backreferences are unescaped at the time they are applied.
Using the B flag, non-alphanumeric characters in backreferences
strings in the encoded form.</p>
</section>
+<section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title>
+<p>The [BNP] flag instructs <directive
+module="mod_rewrite">RewriteRule</directive> to escape the space character
+in a backreference to %20 rather than '+'. Useful when the backreference
+will be used in the path component rather than the query string.</p>
+</section>
+
<section id="flag_c"><title>C|chain</title>
<p>The [C] or [chain] flag indicates that the <directive
module="mod_rewrite">RewriteRule</directive> is chained to the next