From: Ralf S. Engelschall Date: Fri, 11 Feb 2000 08:58:28 +0000 (+0000) Subject: Change to to be consistent with remaining layout. X-Git-Tag: 1.3.12~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=799b68e6d281fbb5fd5cceb9c6f2dc89b66f1865;p=apache Change to to be consistent with remaining layout. Thanks to Martin for hint. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/rewriteguide.html b/docs/manual/misc/rewriteguide.html index b633492227..0f469bd8b0 100644 --- a/docs/manual/misc/rewriteguide.html +++ b/docs/manual/misc/rewriteguide.html @@ -29,13 +29,13 @@ December 1997

This document supplements the mod_rewrite reference documentation. It describes +HREF="../mod/mod_rewrite.html">reference documentation. 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. -

Introduction to mod_rewrite

+

Introduction to mod_rewrite

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

Practical Solutions

+

Practical Solutions

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.
Description:
Do you know the great CPAN (Comprehensive Perl Archive Network) under http://www.perl.com/CPAN? This does a +HREF="http://www.perl.com/CPAN">http://www.perl.com/CPAN? 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.

A sophisticated DNS-based method for load-balancing is to use the program lbnamed which can be found at http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html. +HREF="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html">http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html. It is a Perl 5 program in conjunction with auxilliary tools which provides a real load-balancing for DNS.