From: Eric Covener Date: Wed, 26 Jan 2011 03:21:58 +0000 (+0000) Subject: xforms X-Git-Tag: 2.3.11~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00b0cb9ccb9b310bf2a476b98f5e3a18edfca953;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1063589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index afafc62531..cf2d635686 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -277,8 +277,14 @@ RewriteRule ^index\.html$ newsite.html MIME-headers, C variables of the Apache HTTP Server or struct tm fields of the Unix system. Most are documented elsewhere in the Manual or in - the CGI specification. Those that are special to - mod_rewrite include those below.

+ the CGI specification.

+ +

SERVER_NAME and SERVER_PORT depend on the values of + UseCanonicalName and + UseCanonicalPhysicalPort + respectively.

+ +

Those that are special to mod_rewrite include those below.

IS_SUBREQ
@@ -886,7 +892,7 @@ later

Pattern is a perl compatible regular - expression. On the first RewriteRule it is applied to the (%-encoded) + expression. On the first RewriteRule it is applied to the (%-decoded) URL-path of the request; subsequent patterns are applied to the output of the last matched RewriteRule.