erikabele    2003/02/02 14:14:45

  Modified:    htdocs/manual urlmapping.html
  Log:
  Clarify example to prevent redirect looping and sync with 2.0 docs.
  
  Revision  Changes    Path
  1.7       +3 -3      httpd-docs-1.3/htdocs/manual/urlmapping.html
  
  Index: urlmapping.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/urlmapping.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- urlmapping.html   27 Jul 2002 15:52:22 -0000      1.6
  +++ urlmapping.html   2 Feb 2003 22:14:45 -0000       1.7
  @@ -231,12 +231,12 @@
         http://www.example.com/startpage.html</code>
       </blockquote>
   
  -    <p>Alternatively, to temporarily redirect all pages on a site
  -    to one particular page, use the following:</p>
  +    <p>Alternatively, to temporarily redirect all pages on one site
  +    to a particular page on another site, use the following:</p>
   
       <blockquote>
         <code>RedirectMatch temp .*
  -      http://www.example.com/startpage.html</code>
  +      http://othersite.example.com/startpage.html</code>
       </blockquote>
   
       <h2><a id="rewrite" name="rewrite">Rewriting Engine</a></h2>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to