From 607e722f5837dcef78252bc6990db1c5bccb6638 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 13 Mar 2023 15:40:58 +0000 Subject: [PATCH] unclosed [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908351 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/flags.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 7884d01e36d..9af48d6d5e7 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -117,7 +117,6 @@ and the space must not be the last character in the list.

RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]" -
BNP|backrefnoplus (don't escape space to +) @@ -127,6 +126,7 @@ in a backreference to %20 rather than '+'. Useful when the backreference will be used in the path component rather than the query string.

This flag is available in version 2.4.26 and later.

+
BCTLS

The [BCTLS] flag is simular to the [B] flag, but only escapes -- 2.47.3