]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild mod_rewrite tweaks.
authorRich Bowen <rbowen@apache.org>
Mon, 15 Jun 2026 18:49:04 +0000 (18:49 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 15 Jun 2026 18:49:04 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935379 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en.utf8
docs/manual/mod/mod_rewrite.xml.fr

index e70ed87c31f29cd046719385d9cceb871668dfa8..bf41e62321efc04a0bd431faefc427d8aa6be12d 100644 (file)
@@ -156,7 +156,7 @@ URLs on the fly</td></tr>
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines a condition under which rewriting will take place
 </td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code> RewriteCond
-      <em>TestString</em> <em>CondPattern</em> [<em>flags</em>]</code></td></tr>
+      <em>TestString</em> [!]<em>CondPattern</em> [<em>flags</em>]</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
@@ -205,7 +205,10 @@ URLs on the fly</td></tr>
 
       <div class="note">Backreferences are only defined if the pattern
       matches. Thus, if the pattern is prefixed with
-      <code>!</code>, no backreferences are ever defined.</div>
+      <code>!</code>, no backreferences are ever defined.
+      See <a href="../rewrite/tech.html#InternalRuleset">How the
+      Ruleset is Applied</a> for more details on the order in which
+      patterns are matched and backreferences populated.</div>
 
       
 
index 346e4f96d4c7fe47dcbee24dd9dc4ab80a58d874..c373037982a2624b54426af9e5c1a443425d8099 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1934137:1935194 (outdated) -->
+<!-- English Revision: 1934137:1935375 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->