From: Daniel Ferradal Date: Wed, 21 Jun 2017 16:13:34 +0000 (+0000) Subject: Fixed a small typo (double if) in r1799475 X-Git-Tag: 2.5.0-alpha~347 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a9e731a76ad5b9a19bada5e0c7cd308bdf414ee;p=thirdparty%2Fapache%2Fhttpd.git Fixed a small typo (double if) in r1799475 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index c76f40ddb4f..1cdd12b90ea 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -311,7 +311,7 @@ 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 if if you have + will be added if you have UseCanonicalName set to on, otherwise the hostname will be replaced with the requested Host header.

diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 67e3bd15ce7..67f36b3e59a 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -308,7 +308,7 @@ 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 if if you have + will be added if you have UseCanonicalName set to on, otherwise the hostname will be replaced with the requested Host header.