]> granicus.if.org Git - apache/commitdiff
Added example of the Redirect status syntax.
authorRich Bowen <rbowen@apache.org>
Thu, 25 Apr 2002 20:04:19 +0000 (20:04 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 25 Apr 2002 20:04:19 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94805 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index ba14d3354c3bc338b384d1ec65698c77b9b2bcc0..1b3a18b1855ac34887a5b0a2184722311af13c62 100644 (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>