<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>
<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>