From: Rich Bowen Date: Fri, 22 May 2026 19:40:16 +0000 (+0000) Subject: Fixed XML typo X-Git-Tag: 2.4.68-rc1-candidate~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87faa07aa50899c1ed9a0101002c35d68abaa896;p=thirdparty%2Fapache%2Fhttpd.git Fixed XML typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934513 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index ac83448f6f..55c2880bf6 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -473,9 +473,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" set of RewriteCond conditions. $0 provides access to the whole string matched by that pattern. - Backreferences are only defined if the pattern - matches. Thus, if the pattern is prefixed with - !<.code>, no backreferences are ever defined. + Backreferences are only defined if the pattern + matches. Thus, if the pattern is prefixed with + !, no backreferences are ever defined.
  • RewriteCond backreferences: These are @@ -486,9 +486,9 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" of conditions. %0 provides access to the whole string matched by that pattern. - Backreferences are only defined if the pattern - matches. Thus, if the pattern is prefixed with - !<.code>, no backreferences are ever defined. + Backreferences are only defined if the pattern + matches. Thus, if the pattern is prefixed with + !, no backreferences are ever defined.
  • RewriteMap expansions: These are