]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1228894 from trunk:
authorEric Covener <covener@apache.org>
Sun, 8 Jan 2012 17:01:30 +0000 (17:01 +0000)
committerEric Covener <covener@apache.org>
Sun, 8 Jan 2012 17:01:30 +0000 (17:01 +0000)
rewrite guesses URL or Filesystem in server context, but treats everything
as a URL in per-dir context.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1228896 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 9b0625614ee95334cf7bf06c304d01cd9b4afbfc..4c99469b7aafca94eb39c6604179945aca80587e 100644 (file)
@@ -1219,7 +1219,10 @@ cannot use <code>$N</code> in the substitution string!
         <dt>file-system path</dt>
 
         <dd>Designates the location on the file-system of the resource
-        to be delivered to the client.</dd>
+        to be delivered to the client.  Substitutions are only
+        treated as a file-system path when the rule is configured in 
+        server (virtualhost) context and the first component of the
+        path in the substitution is exists in the file-system</dd>
 
         <dt>URL-path</dt>