From: Rich Bowen Date: Fri, 19 Apr 2013 17:16:14 +0000 (+0000) Subject: Adds an anchor on LA-U for convenience. X-Git-Tag: 2.5.0-alpha~5566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d04da696d890b7cfc18d45110bea315ad96aab;p=apache Adds an anchor on LA-U for convenience. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1469957 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 3015eb1e5b..9e9421b20b 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 f5710aabb9..efb17121ec 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -639,7 +639,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