]> granicus.if.org Git - apache/commitdiff
rewrite guesses URL or Filesystem in server context, but treats everything
authorEric Covener <covener@apache.org>
Sun, 8 Jan 2012 16:57:55 +0000 (16:57 +0000)
committerEric Covener <covener@apache.org>
Sun, 8 Jan 2012 16:57:55 +0000 (16:57 +0000)
as a URL in per-dir context.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1228894 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 122d9ae7412ef9cdcbc957c74c9fb8c16284d42f..50f84ca1ac8422e8e80129e33284fb6d089f41a9 100644 (file)
@@ -1003,7 +1003,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>