]> granicus.if.org Git - apache/commitdiff
Adds an anchor on LA-U for convenience.
authorRich Bowen <rbowen@apache.org>
Fri, 19 Apr 2013 17:16:14 +0000 (17:16 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 19 Apr 2013 17:16:14 +0000 (17:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469957 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 3015eb1e5bf828cc7918812402328835847d632a..9e9421b20bbdf2f06a6ce1f8ee5d29c9c8832213 100644 (file)
@@ -420,7 +420,8 @@ Alias /myapp /opt/myapp-1.2.3
         so that certain conditions might not be evaluated at all.</p></li>
 
         <li>
-        <code>%{LA-U:variable}</code> can be used for look-aheads which perform
+        <a id="LA-U" name="LA-U"><code>%{LA-U:variable}</code></a> 
+        can be used for look-aheads which perform
         an internal (URL-based) sub-request to determine the final
         value of <em>variable</em>. This can be used to access
         variable for rewriting which is not available at the current
index f5710aabb99cb03c6698116b9b7f13214ad04466..efb17121ec88e4f5eb1d51f9704162806f49c617 100644 (file)
@@ -639,7 +639,8 @@ Alias /myapp /opt/myapp-1.2.3
         so that certain conditions might not be evaluated at all.</p></li>
 
         <li>
-        <code>%{LA-U:variable}</code> can be used for look-aheads which perform
+        <a id="LA-U" name="LA-U"><code>%{LA-U:variable}</code></a> 
+        can be used for look-aheads which perform
         an internal (URL-based) sub-request to determine the final
         value of <em>variable</em>. This can be used to access
         variable for rewriting which is not available at the current