1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Added example of the Redirect status syntax.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2002-04-25 20:04:19 +00:00
parent 472d9e13cb
commit 61a3620dcd

View File

@@ -163,6 +163,14 @@ sections.</p></note>
otherwise it must be omitted. Note that the status must be
known to the Apache code (see the function
<code>send_error_response</code> in http_protocol.c).</p>
<p>Example:</p>
<example>
Redirect permanent /one http://example.com/two</ br>
Redirect 303 /three http://example.com/other
</example>
</usage>
</directivesynopsis>