fielding    97/01/23 16:32:49

  Modified:    htdocs/manual/mod  mod_alias.html
  Log:
  Fix type "perm" --> "permanent".  Reported by [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.8       +1 -1      apache/htdocs/manual/mod/mod_alias.html
  
  Index: mod_alias.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_alias.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** mod_alias.html    1996/12/09 06:06:41     1.7
  --- mod_alias.html    1997/01/24 00:32:47     1.8
  ***************
  *** 107,113 ****
    <strong>Compatibility:</strong> This directive is only available in 1.2<P>
    
    This directive makes the client know that the Redirect is permanent.
  ! (Status 301). Exactly equivalent to <code>Redirect perm </code><P>
    
    <hr>
    <A name="scriptalias"><h2>ScriptAlias</h2></A>
  --- 107,113 ----
    <strong>Compatibility:</strong> This directive is only available in 1.2<P>
    
    This directive makes the client know that the Redirect is permanent.
  ! (Status 301). Exactly equivalent to <code>Redirect permanent</code><P>
    
    <hr>
    <A name="scriptalias"><h2>ScriptAlias</h2></A>
  
  
  

Reply via email to