From: Rich Bowen Date: Thu, 25 Apr 2002 20:04:19 +0000 (+0000) Subject: Added example of the Redirect status syntax. X-Git-Tag: 2.0.36~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a3620dcd328adc61e18edecb733f7a8f99fa35;p=apache 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 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index ba14d3354c..1b3a18b185 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -163,6 +163,14 @@ sections.

otherwise it must be omitted. Note that the status must be known to the Apache code (see the function send_error_response in http_protocol.c).

+ +

Example:

+ + + Redirect permanent /one http://example.com/two + Redirect 303 /three http://example.com/other + +