From: Rich Bowen Date: Mon, 15 Jun 2026 18:49:04 +0000 (+0000) Subject: Rebuild mod_rewrite tweaks. X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=034439998ab3197e99bbdddb299302b7fb884b8a;p=thirdparty%2Fapache%2Fhttpd.git Rebuild mod_rewrite tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935379 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en.utf8 b/docs/manual/mod/mod_rewrite.html.en.utf8 index e70ed87c31..bf41e62321 100644 --- a/docs/manual/mod/mod_rewrite.html.en.utf8 +++ b/docs/manual/mod/mod_rewrite.html.en.utf8 @@ -156,7 +156,7 @@ URLs on the fly Description:Defines a condition under which rewriting will take place Syntax: RewriteCond - TestString CondPattern [flags] + TestString [!]CondPattern [flags] Context:server config, virtual host, directory, .htaccess Override:FileInfo Status:Extension @@ -205,7 +205,10 @@ URLs on the fly
Backreferences are only defined if the pattern matches. Thus, if the pattern is prefixed with - !, no backreferences are ever defined.
+ !, no backreferences are ever defined. + See How the + Ruleset is Applied for more details on the order in which + patterns are matched and backreferences populated. diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index 346e4f96d4..c373037982 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - +