diff options
author | Eric Covener <covener@apache.org> | 2012-01-08 17:57:55 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2012-01-08 17:57:55 +0100 |
commit | 29bf1ace3f2d6dc4296f25dcd6ddad142dc5097a (patch) | |
tree | 120e97e4ec2489037b450b982db1eaad3967cf35 /docs/manual/mod/mod_rewrite.xml | |
parent | fix signedness issue with SSL_X509_NAME_to_string()'s maxlen argument (diff) | |
download | apache2-29bf1ace3f2d6dc4296f25dcd6ddad142dc5097a.tar.xz apache2-29bf1ace3f2d6dc4296f25dcd6ddad142dc5097a.zip |
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
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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 <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> |