You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/04/25 22:04:19 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_alias.xml

rbowen      02/04/25 13:04:19

  Modified:    docs/manual/mod mod_alias.xml
  Log:
  Added example of the Redirect status syntax.
  
  Revision  Changes    Path
  1.4       +8 -0      httpd-2.0/docs/manual/mod/mod_alias.xml
  
  Index: mod_alias.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_alias.xml	19 Mar 2002 01:28:38 -0000	1.3
  +++ mod_alias.xml	25 Apr 2002 20:04:19 -0000	1.4
  @@ -163,6 +163,14 @@
       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>