From: Rich Bowen Date: Tue, 9 Mar 2010 20:51:21 +0000 (+0000) Subject: Typo X-Git-Tag: 2.3.6~383 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e9963acc1d38887cfb9d1ffbb976787c58efd5b;p=thirdparty%2Fapache%2Fhttpd.git Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921119 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index a1cb9f3a281..5ad984cc1ea 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -272,7 +272,7 @@ RewriteRule ^(.*).html$ $1.php

The very best way to solve this doesn't involve mod_rewrite at all, but rather uses the Redirect -directive places in a virtual host for the non-canonical +directive placed in a virtual host for the non-canonical hostname(s).

diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index bc4abf40e7b..5705dff5ee8 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -273,7 +273,7 @@ RewriteRule ^(.*).html$ $1.php
 
 

The very best way to solve this doesn't involve mod_rewrite at all, but rather uses the Redirect -directive places in a virtual host for the non-canonical +directive placed in a virtual host for the non-canonical hostname(s).