From 429229671a4e42df954edc69db6d9b955f00adbd Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 8 May 2015 15:10:46 +0000 Subject: [PATCH] Rebuild HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678372 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/avoid.html.en | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index a7abe67f0b..4ed8e0b20b 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -88,6 +88,11 @@ and /one/three/four.html.

Redirect "/one/" "http://one.example.com/"
+

To redirect one hostname to another, for example +example.com to www.example.com, see the +Canonical Hostnames +recipe.

+

To redirect http URLs to https, do the following:

-- 2.50.1