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

docs/manual/mod/mod_rewrite.xml

index ee701d4172e20ae1331a6f0d3cb500256ef9df90..8e1b5080213cb4a5a260080f409d4b078ddf4601 100644 (file)
@@ -1183,7 +1183,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>
@@ -1213,7 +1213,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>