1
0
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:
Rich Bowen
2009-05-01 01:07:58 +00:00
parent f588ae9daa
commit b9c07635a5
2 changed files with 2 additions and 0 deletions

View File

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

View File

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