]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
use anchors
authorEric Covener <covener@apache.org>
Fri, 7 Apr 2023 12:53:19 +0000 (12:53 +0000)
committerEric Covener <covener@apache.org>
Fri, 7 Apr 2023 12:53:19 +0000 (12:53 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909014 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index f3a7413b3722849fe4b1cb2eca439719b8447ddd..122f50a79d6a797d1117240af05d1b85be95c3d5 100644 (file)
@@ -118,8 +118,8 @@ and the space must not be the last character in the list.</p>
 RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]"
 </highlight>
 
-<p>To limit the characters escaped this way, see <a href="flag_bne">flag_bne</a>
-and <a href="flag_bctls">flag_bctls</a></p>
+<p>To limit the characters escaped this way, see <a href="#flag_bne">#flag_bne</a>
+        and <a href="#flag_bctls">#flag_bctls</a></p>
 </section>
 
 <section id="flag_bnp"><title>BNP|backrefnoplus (don't escape space to +)</title>