rbowen 02/04/25 13:06:50
Modified: htdocs/manual/mod mod_alias.html
Log:
Added example of the Redirect status syntax
Revision Changes Path
1.35 +7 -0 httpd-docs-1.3/htdocs/manual/mod/mod_alias.html
Index: mod_alias.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_alias.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mod_alias.html 29 Jan 2002 15:45:12 -0000 1.34
+++ mod_alias.html 25 Apr 2002 20:06:50 -0000 1.35
@@ -226,6 +226,13 @@
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>
+
+ <pre>
+ Redirect permanent /one http://example.com/two<br />
+ Redirect 303 /two http://example.com/other
+ </pre>
<hr />
<h2><a id="redirectmatch"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]