rse         00/02/11 00:58:29

  Modified:    htdocs/manual/misc rewriteguide.html
  Log:
  Change </a> to </A> to be consistent with remaining layout.
  Thanks to Martin for hint.
  
  Revision  Changes    Path
  1.7       +5 -5      apache-1.3/htdocs/manual/misc/rewriteguide.html
  
  Index: rewriteguide.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/rewriteguide.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- rewriteguide.html 2000/02/10 16:53:00     1.6
  +++ rewriteguide.html 2000/02/11 08:58:28     1.7
  @@ -29,13 +29,13 @@
   
   <P>
   This document supplements the mod_rewrite <A
  -HREF="../mod/mod_rewrite.html">reference documentation</a>. It describes
  +HREF="../mod/mod_rewrite.html">reference documentation</A>. It describes
   how one can use Apache's mod_rewrite to solve typical URL-based problems
   webmasters are usually confronted with in practice. I give detailed
   descriptions on how to solve each problem by configuring URL rewriting
   rulesets.
   
  -<H2><A name="ToC1">Introduction to mod_rewrite</a></H2>
  +<H2><A name="ToC1">Introduction to mod_rewrite</A></H2>
   
   The Apache module mod_rewrite is a killer one, i.e. it is a really
   sophisticated module which provides a powerful way to do URL manipulations.
  @@ -50,7 +50,7 @@
   of its power. This paper tries to give you a few initial success events to
   avoid the first case by presenting already invented solutions to you.
   
  -<H2><A name="ToC2">Practical Solutions</a></H2>
  +<H2><A name="ToC2">Practical Solutions</A></H2>
   
   Here come a lot of practical solutions I've either invented myself or
   collected from other peoples solutions in the past. Feel free to learn the
  @@ -724,7 +724,7 @@
   <DT><STRONG>Description:</STRONG>
   <DD>
   Do you know the great CPAN (Comprehensive Perl Archive Network) under <A
  -HREF="http://www.perl.com/CPAN";>http://www.perl.com/CPAN</a>? This does a
  +HREF="http://www.perl.com/CPAN";>http://www.perl.com/CPAN</A>? This does a
   redirect to one of several FTP servers around the world which carry a CPAN
   mirror and is approximately near the location of the requesting client.
   Actually this can be called an FTP access multiplexing service. While CPAN
  @@ -1084,7 +1084,7 @@
   <P>
   A sophisticated DNS-based method for load-balancing is to use the program
   <CODE>lbnamed</CODE> which can be found at <A
  
-HREF="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html";>http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</a>.
  
+HREF="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html";>http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html</A>.
   It is a Perl 5 program in conjunction with auxilliary tools which provides a
   real load-balancing for DNS.
   
  
  
  

Reply via email to