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:
@@ -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"><If></a></code> directive, as shown here:</p>
|
||||
|
||||
<div class="example"><p><code>
|
||||
<If "$req{Host} = 'example.com'"><br />
|
||||
<If "$req{Host} != 'www.example.com'"><br />
|
||||
RedirectMatch (.*) http://www.example.com$1<br />
|
||||
</If>
|
||||
</code></p></div>
|
||||
|
||||
Reference in New Issue
Block a user