<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.
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
<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
<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.