Commit d6f201e8 authored by Richard Bowen's avatar Richard Bowen
Browse files

Rebuild HTML


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188474 13f79535-47bb-0310-9956-ffa450edef68
parent 36b7fc32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ hostname, such as <code>www.example.com</code> instead of
<code>example.com</code>. This can be done using the <code class="directive"><a href="../mod/core.html#if">&lt;If&gt;</a></code> directive, as shown here:</p>

<div class="example"><p><code>
&lt;If "$req{Host} = 'example.com'"&gt;<br />
&lt;If "$req{Host} != 'www.example.com'"&gt;<br />
RedirectMatch (.*) http://www.example.com$1<br />
&lt;/If&gt;
</code></p></div>