]> granicus.if.org Git - apache/commitdiff
bld break
authorEric Covener <covener@apache.org>
Sat, 5 Apr 2014 18:45:05 +0000 (18:45 +0000)
committerEric Covener <covener@apache.org>
Sat, 5 Apr 2014 18:45:05 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585158 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 1c4060065d391aaa5a6119a7cc002e644585a01c..3e2f68543f601bcd5b6a1b70b0c55ed705b0b3c7 100644 (file)
@@ -71,12 +71,6 @@ characters before applying the transformation.</p>
 <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
@@ -107,6 +101,13 @@ when the backend may break if presented with an unescaped URL.</p>
 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