]> granicus.if.org Git - apache/commitdiff
Flipped links, L and END flags
authorRich Bowen <rbowen@apache.org>
Tue, 18 Feb 2014 18:15:11 +0000 (18:15 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 18 Feb 2014 18:15:11 +0000 (18:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1569457 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 79e290f907b7ffc9859a3a4da2b4580a5aab8e90..1816da86fdf409b865ce6c5d399369cf47660d09 100644 (file)
@@ -1194,7 +1194,7 @@ cannot use <code>$N</code> in the substitution string!
         <td>Stop the rewriting process immediately and don't apply any
         more rules. Also prevents further execution of rewrite rules
         in per-directory and .htaccess context. (Available in 2.3.9 and later)
-        <em><a href="../rewrite/flags.html#flag_l">details ...</a></em></td>
+        <em><a href="../rewrite/flags.html#flag_end">details ...</a></em></td>
     </tr>
     <tr>
         <td>env|E=[!]<em>VAR</em>[:<em>VAL</em>]</td>
@@ -1224,7 +1224,7 @@ cannot use <code>$N</code> in the substitution string!
         <td>Stop the rewriting process immediately and don't apply any
         more rules. Especially note caveats for per-directory and
         .htaccess context (see also the END flag). <em><a
-        href="../rewrite/flags.html#flag_end">details ...</a></em></td>
+        href="../rewrite/flags.html#flag_l">details ...</a></em></td>
     </tr>
     <tr>
         <td>next|N</td>