From: Rich Bowen Date: Thu, 14 Feb 2013 01:27:34 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.4.4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59db1c5b57d25226827338b48842c940c476c730;p=apache Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446017 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 4430e37dfe..6380ee81da 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -472,7 +472,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.xml.fr b/docs/manual/expr.xml.fr
index e158474e9f..2d40b39104 100644
--- a/docs/manual/expr.xml.fr
+++ b/docs/manual/expr.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+