From: Rich Bowen Date: Fri, 19 Apr 2013 17:21:02 +0000 (+0000) Subject: Adds anchor for LA-U X-Git-Tag: 2.4.5~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2f6571485d73b69260bdb234aa3cecc4ea4b7a3;p=apache Adds anchor for LA-U git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1469960 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 506c169c77..dbc00bfb2d 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -420,7 +420,8 @@ Alias /myapp /opt/myapp-1.2.3 so that certain conditions might not be evaluated at all.

  • - %{LA-U:variable} can be used for look-aheads which perform + %{LA-U:variable} + can be used for look-aheads which perform an internal (URL-based) sub-request to determine the final value of variable. This can be used to access variable for rewriting which is not available at the current diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 81c507b820..a4b63a92cd 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -642,7 +642,8 @@ Alias /myapp /opt/myapp-1.2.3 so that certain conditions might not be evaluated at all.

  • - %{LA-U:variable} can be used for look-aheads which perform + %{LA-U:variable} + can be used for look-aheads which perform an internal (URL-based) sub-request to determine the final value of variable. This can be used to access variable for rewriting which is not available at the current