From: Rich Bowen Date: Thu, 14 Feb 2013 01:27:26 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha~5773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71134a9a1f4345f65ad94bb8d88a1fc2f80b0ecb;p=apache Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 6873de8228..f03c27fbc4 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -485,7 +485,7 @@ listfunction ::= listfuncname "(" word ")"
 # Compare the host name to example.com and redirect to www.example.com if it matches
 <If "%{HTTP_HOST} == 'example.com'">
-    Redirect permanent / http://www.example.com
+    Redirect permanent / http://www.example.com/
 </If>
 
 # Force text/plain if requesting a file with the query string contains 'forcetext'
diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr
index 586501def7..4bcbb7aeef 100644
--- a/docs/manual/expr.html.fr
+++ b/docs/manual/expr.html.fr
@@ -448,7 +448,8 @@ listfunction ::= listfuncname "(" word ")"
 resp
         Lit l'en-tête de réponse HTTP
 reqenv
-        Recherche une variable d'environnement de requête
+        Recherche une variable d'environnement de requête (on
+	peut aussi utiliser le raccourci v).
 osenv
         Recherche une variable d'environnement du système
 	d'exploitation
diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr
index c99a4a771b..46f86844c0 100644
--- a/docs/manual/expr.xml.fr
+++ b/docs/manual/expr.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+