From: Igor Galić The Redirect directive maps an old URL into a new one by asking
the client to refetch the resource at the new location. 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.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
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 @@ - + + +