From 424f94ffab500d51f6989108f6dbad6d5b59cb22 Mon Sep 17 00:00:00 2001 From: Nilgun Belma Buguner Date: Fri, 6 Apr 2012 17:32:58 +0000 Subject: [PATCH] fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1310495 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/urlmapping.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 929ad1d5e5..5d46fd9d9f 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -268,9 +268,9 @@ content) in a page as it is being served to the client using Substitute s/internal\.example\.com/www.example.com/i -

For more sophisticated rewriting of links in HTML and XHTML, the +

For more sophisticated rewriting of links in HTML and XHTML, the mod_proxy_html module is also available. It allows you -to create maps of URLs that need to be rewritten, so that comples +to create maps of URLs that need to be rewritten, so that complex proxying scenarios can be handled.

-- 2.50.1