1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00

Rebuild HTML

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2011-10-25 00:58:11 +00:00
parent 8b1ba1f7f8
commit b019b9b038

View File

@@ -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>