<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>
<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>
<?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 -->