From: Rich Bowen
Date: Wed, 23 Mar 2011 20:42:59 +0000 (+0000)
Subject: Fix broken example (missing slash). Missing punctuation.
X-Git-Tag: 2.2.18~81
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0de145eff3f29b3f9c601d4da3b65577a65c87f;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 5c1a2c4fc93..251a0410547 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -132,7 +132,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
For numerous examples of common, and not-so-common, uses for
mod_rewrite, see the extended rewrite
- documentation
+ documentation.
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index b3b42a23493..48f12ed7668 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -115,7 +115,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
For numerous examples of common, and not-so-common, uses for
mod_rewrite, see the extended rewrite
- documentation
+ documentation.
diff --git a/docs/manual/rewrite/index.html.fr b/docs/manual/rewrite/index.html.fr
index df16b4c849b..b36805b212d 100644
--- a/docs/manual/rewrite/index.html.fr
+++ b/docs/manual/rewrite/index.html.fr
@@ -71,8 +71,6 @@
référence de mod_rewrite
Introduction aux expressions rationnelles et à
mod_rewrite
-Guide de la réécriture -
-exemples utiles
Utilisation de mod_rewrite pour la
redirection et la remise en corespondance avec le système de
fichiers des URLs
diff --git a/docs/manual/rewrite/proxy.html.en b/docs/manual/rewrite/proxy.html.en
index 6f35519b334..5d26423de2c 100644
--- a/docs/manual/rewrite/proxy.html.en
+++ b/docs/manual/rewrite/proxy.html.en
@@ -68,7 +68,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^/(.*) http://old.example.com$1 [P]
+RewriteRule ^/(.*) http://old.example.com/$1 [P]
ProxyPassReverse / http://old.example.com/
diff --git a/docs/manual/rewrite/proxy.xml b/docs/manual/rewrite/proxy.xml
index 64f2e3e5747..dbecd245bba 100644
--- a/docs/manual/rewrite/proxy.xml
+++ b/docs/manual/rewrite/proxy.xml
@@ -80,7 +80,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^/(.*) http://old.example.com$1 [P]
+RewriteRule ^/(.*) http://old.example.com/$1 [P]
ProxyPassReverse / http://old.example.com/