diff options
author | Eric Covener <covener@apache.org> | 2023-03-13 16:40:58 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-03-13 16:40:58 +0100 |
commit | 607e722f5837dcef78252bc6990db1c5bccb6638 (patch) | |
tree | b2afc51d8e52a3ed9a194441b2aadc4f3af7aca2 | |
parent | mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive. (diff) | |
download | apache2-607e722f5837dcef78252bc6990db1c5bccb6638.tar.xz apache2-607e722f5837dcef78252bc6990db1c5bccb6638.zip |
unclosed
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908351 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/rewrite/flags.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 7884d01e36..9af48d6d5e 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.</p> RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]" </highlight> - </section> <section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title> @@ -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.</p> <p>This flag is available in version 2.4.26 and later.</p> +</section> <section id="flag_bctls"><title>BCTLS</title> <p>The [BCTLS] flag is simular to the [B] flag, but only escapes |