From: Vincent Bray Date: Wed, 20 Feb 2008 14:00:31 +0000 (+0000) Subject: Redirect in 2.0.x doesn't allow its last argument to be a local uri ref. X-Git-Tag: 2.0.64~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9345c5cb0b9e850b9eed8aaf698369985a65ff95;p=thirdparty%2Fapache%2Fhttpd.git Redirect in 2.0.x doesn't allow its last argument to be a local uri ref. PR35314 wasn't applied to this branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@629459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index f4731c9f9ad..67c1f7187d7 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -200,9 +200,7 @@ 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.

Example: Redirect /service http://foo2.bar.com/service