]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix broken example (missing slash). Missing punctuation.
authorRich Bowen <rbowen@apache.org>
Wed, 23 Mar 2011 20:42:59 +0000 (20:42 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 23 Mar 2011 20:42:59 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084729 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml
docs/manual/rewrite/index.html.fr
docs/manual/rewrite/proxy.html.en
docs/manual/rewrite/proxy.xml

index 5c1a2c4fc93df5897f6cce0e23689a0a0f3cfc6d..251a0410547f19033a3b303485f2dc160ab6a232 100644 (file)
@@ -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>
index b3b42a23493256b335056c6953f3dda468786818..48f12ed7668c042805fb1590031d1723fb2ecf09 100644 (file)
@@ -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>
 
index df16b4c849b836aaebc96d8f14f2c2a7a275f15b..b36805b212ddb54a6fb2290abac235452b3bf517 100644 (file)
@@ -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>
index 6f35519b33443ffe53d40cebe28ea9ce8c369388..5d26423de2c5e6773faed3e20dd224d96a29c872 100644 (file)
@@ -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>
index 64f2e3e574701351b30039f9f2941d71849c6602..dbecd245bba52ea7dd2bf6617d42b75ee3ac2b49 100644 (file)
@@ -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>