diff options
author | Eric Covener <covener@apache.org> | 2023-03-15 20:34:09 +0000 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-03-15 20:34:09 +0000 |
commit | 04e16b2324a3163081807fb173f3bedefcd5d0e9 (patch) | |
tree | e9aa1cd2f3fabad9aa89d63b16465493a3944056 /docs/manual | |
parent | 104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1 (diff) | |
download | httpd-04e16b2324a3163081807fb173f3bedefcd5d0e9.tar.gz |
no longer correct
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/rewrite/flags.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index d303e4cc59..dcda8b108e 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -144,8 +144,6 @@ control characters and the space character. This is the same set of characters rejected when they are copied into the query string unencoded. </p> -<p>[B], [B=...] and [BNEG] have no affect when [BCTLS] is used..</p> - <highlight language="config"> # Escape control characters and spaces RewriteRule "^search/(.*)$" "/search.php/$1" "[BCTLS]" |