From 6c3a94d27162db6aa9d3391c648658fad32e8ee2 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 14 Feb 2013 01:25:25 +0000 Subject: [PATCH] That should have a trailing slash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446014 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 14bb365083..8385c5d25e 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -498,7 +498,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