From 950f0ee24b386d2f2bb1a92dad7372c699542b9a Mon Sep 17 00:00:00 2001 From: Richard 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 ba14d3354c3..1b3a18b1855 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.47.3