Commit 32d86c1c authored by Richard Bowen's avatar Richard Bowen
Browse files

Fix broken example (missing slash). Missing punctuation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084729 13f79535-47bb-0310-9956-ffa450edef68
parent 61d243f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/

    <p>For numerous examples of common, and not-so-common, uses for
    mod_rewrite, see the <a href="../rewrite/">extended rewrite
    documentation</a></p>
    documentation.</a></p>

</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/

    <p>For numerous examples of common, and not-so-common, uses for
    mod_rewrite, see the <a href="../rewrite/">extended rewrite
    documentation</a></p>
    documentation.</a></p>

</section>

+0 −2
Original line number Diff line number Diff line
@@ -71,8 +71,6 @@
référence de mod_rewrite</a></li>
<li><a href="intro.html">Introduction aux expressions rationnelles et à
mod_rewrite</a></li>
<li><a href="rewrite_guide.html">Guide de la réécriture -
exemples utiles</a></li>
<li><a href="remapping.html">Utilisation de mod_rewrite pour la
redirection et la remise en corespondance avec le système de
fichiers des URLs</a></li>
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
<div class="example"><p><code>
RewriteCond %{REQUEST_FILENAME}       <strong>!-f</strong><br />
RewriteCond %{REQUEST_FILENAME}       <strong>!-d</strong><br />
RewriteRule ^/(.*) http://<strong>old</strong>.example.com$1 [<strong>P</strong>]<br />
RewriteRule ^/(.*) http://<strong>old</strong>.example.com/$1 [<strong>P</strong>]<br />
ProxyPassReverse / http://old.example.com/
</code></p></div>
    </dd>
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
<example>
RewriteCond %{REQUEST_FILENAME}       <strong>!-f</strong><br />
RewriteCond %{REQUEST_FILENAME}       <strong>!-d</strong><br />
RewriteRule ^/(.*) http://<strong>old</strong>.example.com$1 [<strong>P</strong>]<br />
RewriteRule ^/(.*) http://<strong>old</strong>.example.com/$1 [<strong>P</strong>]<br />
ProxyPassReverse / http://old.example.com/
</example>
    </dd>