From: Eric Covener Date: Sun, 8 Jan 2012 16:57:55 +0000 (+0000) Subject: rewrite guesses URL or Filesystem in server context, but treats everything X-Git-Tag: 2.5.0-alpha~7595 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bf1ace3f2d6dc4296f25dcd6ddad142dc5097a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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