From e1d38953a17e4b622f727015aaf753fbf3a0095a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 14 Feb 2013 01:26:01 +0000 Subject: [PATCH] Missing trailing slash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446015 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 611d8721d4..058cc1537b 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -511,7 +511,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' -- 2.40.0