]> granicus.if.org Git - apache/commitdiff
Change </a> to </A> to be consistent with remaining layout.
authorRalf S. Engelschall <rse@apache.org>
Fri, 11 Feb 2000 08:58:28 +0000 (08:58 +0000)
committerRalf S. Engelschall <rse@apache.org>
Fri, 11 Feb 2000 08:58:28 +0000 (08:58 +0000)
Thanks to Martin for hint.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84610 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.html

index b6334922275fbb6620ce852ad5e4183e706fd2f1..0f469bd8b08e85d64db073c8aa9586bf3bff919d 100644 (file)
@@ -29,13 +29,13 @@ December 1997</ADDRESS>
 
 <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 @@ first time and never use it again or love it for the rest of your life because
 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 @@ rule above.
 <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 @@ spread over the various webservers.
 <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.