From: Rich Bowen Date: Fri, 22 May 2026 19:39:18 +0000 (+0000) Subject: XML typo. Oops. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8798ce15e97b50bf4b8ac495248edaab8f5b1f4c;p=thirdparty%2Fapache%2Fhttpd.git XML typo. Oops. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934512 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 00bd0e900b..ac6573523e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -482,9 +482,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 @@ -495,9 +495,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