From 24c937ec2c670ea7b0d853c3a8c45e1b88ee1cd1 Mon Sep 17 00:00:00 2001
From: Daniel Ferradal The new URL may be either an absolute URL beginning
with a scheme and hostname, or a URL-path beginning with a slash.
- In this latter case the scheme and hostname of the current server will
- be added.UseCanonicalName
set to on,
+ otherwise the hostname will be replaced with the requested Host
+ header.
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 b/docs/manual/mod/mod_alias.xml index fc1040f15a..67e3bd15ce 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -307,8 +307,11 @@ a different URL
The new URL may be either an absolute URL beginning with a scheme and hostname, or a URL-path beginning with a slash. - In this latter case the scheme and hostname of the current server will - be added.
+ In this latter case the scheme and hostname of the current server + will be added if if you have +Then any request beginning with URL-path will return a redirect request to the client at the location of the target -- 2.50.1