From 297dfb62b827f22b46a5b6fdbf1326aa938a1b0b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 22 Feb 2010 17:46:23 +0000 Subject: 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 --- docs/manual/mod/mod_rewrite.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/manual/mod/mod_rewrite.xml') 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
REQUEST_FILENAME
The full local filesystem path to the file or - script matching the request.
+ script matching the request, if this has already + been determined by the server at the time + REQUEST_FILENAME is referenced. Otherwise, + such as when used in virtual host context, the same + value as REQUEST_URI.
HTTPS
-- cgit v1.2.3