From de4ea13efaaf97d0fb1c087ba116d12861bdfa78 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 8 Jan 2012 16:59:44 +0000 Subject: [PATCH] Merge r1228894 from trunk: 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.4.x@1228895 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 122d9ae741..50f84ca1ac 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1003,7 +1003,10 @@ cannot use $N in the substitution string!
file-system path
Designates the location on the file-system of the resource - to be delivered to the client.
+ 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
URL-path
-- 2.40.0