From ebe8d2a03e65415167e39f0cc65d1e4c024d4429 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 5 Apr 2014 18:48:44 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585160 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 7 +++++++ docs/manual/rewrite/flags.html.en | 16 ++++++++++++++-- docs/manual/rewrite/flags.xml.fr | 2 +- docs/manual/rewrite/flags.xml.meta | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) 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.