From 59db1c5b57d25226827338b48842c940c476c730 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 14 Feb 2013 01:27:34 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446017 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 2 +- docs/manual/expr.xml.fr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
 
 
 
-
+
 
 
 
-- 
2.50.1