From 29bf1ace3f2d6dc4296f25dcd6ddad142dc5097a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 8 Jan 2012 16:57:55 +0000 Subject: [PATCH] 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/trunk@1228894 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 122d9ae7412..50f84ca1ac8 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.47.3