Commit 54a920e2 authored by Daniel Ferradal's avatar Daniel Ferradal
Browse files

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
parent f3d03db1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ a different URL</td></tr>
    <p>The new <em>URL</em> 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 
    <code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> set to on, 
    otherwise the hostname will be replaced with the requested Host 
    header.</p>
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ a different URL</description>
    <p>The new <em>URL</em> 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 
    <directive module="core">UseCanonicalName</directive> set to on, 
    otherwise the hostname will be replaced with the requested Host 
    header.</p>