summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-02-22 18:46:23 +0100
committerEric Covener <covener@apache.org>2010-02-22 18:46:23 +0100
commit297dfb62b827f22b46a5b6fdbf1326aa938a1b0b (patch)
tree59bf0841372eedb87147ef0adf57f5a5d00db762 /docs/manual/mod/mod_rewrite.xml
parenttweak formatting of some recent entries (diff)
downloadapache2-297dfb62b827f22b46a5b6fdbf1326aa938a1b0b.tar.xz
apache2-297dfb62b827f22b46a5b6fdbf1326aa938a1b0b.zip
mention the quirksof REQUEST_FILENAME earlier. PR48796
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@914980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 78d67ea1df..1e75dd9c67 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -688,7 +688,11 @@ RewriteRule ^index\.html$ newsite.html
<dt><code>REQUEST_FILENAME</code></dt>
<dd>The full local filesystem path to the file or
- script matching the request.</dd>
+ script matching the request, if this has already
+ been determined by the server at the time
+ <code>REQUEST_FILENAME</code> is referenced. Otherwise,
+ such as when used in virtual host context, the same
+ value as <code>REQUEST_URI</code>.</dd>
<dt><code>HTTPS</code></dt>