The opening sentence of the Substitution section implied that Pattern
always matches when a rule fires, which is incorrect for negated rules.
Reword to be neutral about how the rule was triggered, and add a
cross-reference to "What is matched?" for context.
Resolves bz#70061
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1935194 13f79535-47bb-0310-9956-
ffa450edef68
section of the mod_rewrite introduction.</p>
<p>The <a id="rhs" name="rhs"><em>Substitution</em></a> of a
- rewrite rule is the string that replaces the original URL-path that
- was matched by <em>Pattern</em>. The <em>Substitution</em> may
+ rewrite rule is the string that replaces the URL-path (see
+ <a href="#what_is_matched">"What is matched?"</a> above)
+ when the rule's conditions are met. The <em>Substitution</em> may
be a:</p>
<dl>