dgaudet     97/04/25 13:32:19

  Modified:    htdocs/manual  custom-error.html
  Log:
  Eliminate some user confusion regarding REDIRECT_*.
  
  Revision  Changes    Path
  1.6       +5 -1      apache/htdocs/manual/custom-error.html
  
  Index: custom-error.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/custom-error.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** custom-error.html 1996/12/22 05:37:58     1.5
  --- custom-error.html 1997/04/25 20:32:18     1.6
  ***************
  *** 65,71 ****
    
      <P>At least <code>REDIRECT_URL</code> and 
<code>REDIRECT_QUERY_STRING</code> will
         be passed to the new URL (assuming it's a cgi-script or a 
cgi-include). The
  !      other variables will exist only if they existed prior to the 
error/problem.<p>
    
    <DT>Configuration
    
  --- 65,75 ----
    
      <P>At least <code>REDIRECT_URL</code> and 
<code>REDIRECT_QUERY_STRING</code> will
         be passed to the new URL (assuming it's a cgi-script or a 
cgi-include). The
  !      other variables will exist only if they existed prior to the 
error/problem.
  !      <b>None</b> of these will be set if your ErrorDocument is an
  !      <i>external</i> redirect (i.e. anything starting with a protocol name
  !      like <code>http:</code>, even if it refers to the same host as the
  !      server).<p>
    
    <DT>Configuration
    
  
  
  

Reply via email to