]> granicus.if.org Git - apache/commitdiff
Be explicit about not creating redirect loops.
authorJoshua Slive <slive@apache.org>
Mon, 27 Jan 2003 00:49:59 +0000 (00:49 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 27 Jan 2003 00:49:59 +0000 (00:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98507 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.html.en
docs/manual/urlmapping.xml

index 4ff79993d8eccdbb20a77334ab8ebafb4bf15ff9..5ff3a0cb22093b13f8ca9f1379706346661dfa1b 100755 (executable)
 <div class="example"><p><code>RedirectMatch permanent ^/$
       http://www.example.com/startpage.html</code></p></div>
 
-    <p>Alternatively, to temporarily redirect all pages on a site
-    to one particular page, use the following:</p>
+    <p>Alternatively, to temporarily redirect all pages on one site
+    to a particular page on another site, use the following:</p>
 
 <div class="example"><p><code>RedirectMatch temp .*
-      http://www.example.com/startpage.html</code></p></div>
+      http://othersite.example.com/startpage.html</code></p></div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="proxy" id="proxy">Reverse Proxy</a></h2>
index e65251bdcee67cddc4b3d00888f62c6b45898f17..9ecf52d3cb96f4e8982f7a204c50016882423ec9 100644 (file)
 <example>RedirectMatch permanent ^/$
       http://www.example.com/startpage.html</example>
 
-    <p>Alternatively, to temporarily redirect all pages on a site
-    to one particular page, use the following:</p>
+    <p>Alternatively, to temporarily redirect all pages on one site
+    to a particular page on another site, use the following:</p>
 
 <example>RedirectMatch temp .*
-      http://www.example.com/startpage.html</example>
+      http://othersite.example.com/startpage.html</example>
 </section>
 
 <section id="proxy"><title>Reverse Proxy</title>