Commit f3d03db1 authored by Daniel Ferradal's avatar Daniel Ferradal
Browse files

Fixed a small statement about the result of Redirect when scheme and hostname...

Fixed a small statement about the result of Redirect when scheme and hostname is not defined in the directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799475 13f79535-47bb-0310-9956-ffa450edef68
parent 7b8dc026
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -310,8 +310,11 @@ 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.</p>
    In this latter case the scheme and hostname of the current server
    will be added if 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>

    <p>Then any request beginning with <em>URL-path</em> will return a
    redirect request to the client at the location of the target
+5 −2
Original line number Diff line number Diff line
@@ -307,8 +307,11 @@ 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.</p>
    In this latter case the scheme and hostname of the current server
    will be added if if you have 
    <directive module="core">UseCanonicalName</directive> set to on, 
    otherwise the hostname will be replaced with the requested Host 
    header.</p>

    <p>Then any request beginning with <em>URL-path</em> will return a
    redirect request to the client at the location of the target