From: Eric Covener Date: Mon, 22 Feb 2010 17:46:23 +0000 (+0000) Subject: mention the quirksof REQUEST_FILENAME earlier. PR48796 X-Git-Tag: 2.3.6~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=297dfb62b827f22b46a5b6fdbf1326aa938a1b0b;p=apache 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 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 916e564a9d..8eac029b94 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -276,7 +276,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
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