mirror of
https://github.com/apache/httpd.git
synced 2025-12-24 15:01:03 +03:00
Adds clarifying comment to example configuration. (Redirect)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -227,6 +227,7 @@ a different URL</td></tr>
|
||||
<em>URL-Path</em> will be appended to the target URL.</p>
|
||||
|
||||
<div class="example"><h3>Example:</h3><p><code>
|
||||
# Redirect to a URL on a different host<br />
|
||||
Redirect /service http://foo2.example.com/service<br />
|
||||
<br />
|
||||
# Redirect to a URL on the same host<br />
|
||||
|
||||
@@ -218,6 +218,7 @@ a different URL</description>
|
||||
<em>URL-Path</em> will be appended to the target URL.</p>
|
||||
|
||||
<example><title>Example:</title>
|
||||
# Redirect to a URL on a different host<br />
|
||||
Redirect /service http://foo2.example.com/service<br />
|
||||
<br />
|
||||
# Redirect to a URL on the same host<br />
|
||||
|
||||
Reference in New Issue
Block a user