From: Daniel Gruno Date: Wed, 11 Apr 2012 20:09:19 +0000 (+0000) Subject: Change "URI" to "URL-path". X-Git-Tag: 2.5.0-alpha~7198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce5b5404d8ed9682d586d0d2dfd693a57a013b6;p=apache Change "URI" to "URL-path". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 927fe25514..4e3893611b 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1064,7 +1064,7 @@ cannot use $N in the substitution string!

Rewrite rules are applied to the results of previous rewrite rules, in the order in which they are defined - in the config file. The URI or file path (see "What is matched?", above) is completely + in the config file. The URL-path or file-system path (see "What is matched?", above) is completely replaced by the Substitution and the rewriting process continues until all rules have been applied, or it is explicitly terminated by an diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0b737acb64..f75ca7df52 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1071,7 +1071,7 @@ cannot use $N in the substitution string!

Rewrite rules are applied to the results of previous rewrite rules, in the order in which they are defined - in the config file. The URI or file path (see "What is matched?", above) is completely replaced by the Substitution and the rewriting process continues until all rules have been applied,