From: Igor Galić Date: Tue, 6 Nov 2012 23:50:59 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.24~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec8471922c90c69734622cde9825c0dbb84c670;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1406402 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 939c5fd5616..0027185a0b0 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -267,6 +267,8 @@ a different URL Override:FileInfo Status:Base Module:mod_alias +Compatibility:Support for specifying a URL-path as the final argument was +added in Apache HTTP Server 2.2.6

The Redirect directive maps an old URL into a new one by asking the client to refetch the resource at the new location.

@@ -274,9 +276,9 @@ a different URL

The old URL-path is a case-sensitive (%-decoded) path beginning with a slash. A relative path is not allowed. The new URL should be an absolute URL beginning with a scheme and - hostname, but a URL-path beginning with a slash may also be used, - in which case the scheme and hostname of the current server will - be added.

+ hostname. In Apache HTTP Server 2.2.6 and later, a URL-path beginning + with a slash may also be used, in which case the scheme and hostname + of the current server will be added.

Then any request beginning with URL-path will return a redirect request to the client at the location of the target diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja index e678bfa45a8..d98b9269613 100644 --- a/docs/manual/mod/mod_alias.xml.ja +++ b/docs/manual/mod/mod_alias.xml.ja @@ -1,7 +1,7 @@ - + + +