svn commit: r1935379 - httpd/httpd/trunk/docs/manual/mod

[email protected] Mon, 15 Jun 2026 18:49:04 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178154934497.2121625.8734814762893173202@svn03-he-fi>
Author: rbowen
Date: Mon Jun 15 18:49:04 2026
New Revision: 1935379

Log:
Rebuild mod_rewrite tweaks.

Modified:
   httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8
   httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8	Mon Jun 15 18:48:40 2026	(r1935378)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8	Mon Jun 15 18:49:04 2026	(r1935379)
@@ -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>
 
       
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr	Mon Jun 15 18:48:40 2026	(r1935378)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr	Mon Jun 15 18:49:04 2026	(r1935379)
@@ -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 -->