From: Richard Bowen Date: Thu, 14 Feb 2013 01:27:26 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a34a4a856e17d0ecdb9037f22cb53929a32d3c1;p=thirdparty%2Fapache%2Fhttpd.git 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 6873de82280..f03c27fbc46 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 586501def7d..4bcbb7aeef6 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 c99a4a771be..46f86844c0b 100644
--- a/docs/manual/expr.xml.fr
+++ b/docs/manual/expr.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+