From: Eric Covener Date: Sat, 5 Apr 2014 18:48:44 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~4342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebe8d2a03e65415167e39f0cc65d1e4c024d4429;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585160 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index b8cd808841..1541e7e819 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1173,6 +1173,13 @@ cannot use $N in the substitution string! Escape non-alphanumeric characters in backreferences before applying the transformation. details ... + + backrefnoplus|BNP + If backreferences are being escaped, spaces should be escaped to + %20 instead of +. Useful when the backreference will be used in the + path component rather than the query string.details ... + + chain|C Rule is chained to the following rule. If the rule fails, diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 0dc465b22d..4c9881fce7 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -31,6 +31,7 @@ providing detailed explanations and examples.