From 61a3620dcd328adc61e18edecb733f7a8f99fa35 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 25 Apr 2002 20:04:19 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_alias.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + + -- 2.40.0