From 716a232c0d61ff93850a7cb06b895b577d1e70c4 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 5 Dec 2009 16:24:35 +0000 Subject: [PATCH] Small typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@887557 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/advanced.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml index 6a98e85f90..7f04784430 100644 --- a/docs/manual/rewrite/advanced.xml +++ b/docs/manual/rewrite/advanced.xml @@ -89,7 +89,7 @@ http://physical_host_of_user1/u/user/anypath

thus every URL path need not be valid on every backend physical host. The following ruleset does this for us with the help of the map files assuming that server0 is a default server which will be used if - a user has no entry in the map):

+ a user has no entry in the map:

 RewriteEngine on
@@ -400,7 +400,7 @@ RewriteRule   ^/~(([a-z])[a-z0-9]+)(.*)  /home/$2
 
     
Discussion:
-
This technique will of course also work with with other +
This technique will of course also work with other special characters that mod_rewrite, by default, URL-encodes.
-- 2.40.0