From 1c04b0e42a8fe546756dccfecfb827e82a081a3a Mon Sep 17 00:00:00 2001
From: Erik Abele
Date: Sat, 14 Sep 2002 15:03:14 +0000
Subject: [PATCH] Fixed the fix before :-) Thanks to Andre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96808 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/urlmapping.html.en | 2 +-
docs/manual/urlmapping.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en
index d176cb6411..7ab9d333bc 100755
--- a/docs/manual/urlmapping.html.en
+++ b/docs/manual/urlmapping.html.en
@@ -115,7 +115,7 @@
the new URL. This is called redirection and is
implemented by the Redirect
directive. For example, if
the contents of the directory /foo/
under the
- DocumentRoot
are moved
+ DocumentRoot
are moved
to the new directory /bar/
, you can instruct clients
to request the content at the new location as follows:
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index e61f99eab8..e65251bdce 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -160,7 +160,7 @@
implemented by the Redirect directive. For example, if
the contents of the directory /foo/
under the
- DocumentRoot are moved
+ DocumentRoot are moved
to the new directory /bar/
, you can instruct clients
to request the content at the new location as follows:
--
2.50.1