From: Rich Bowen Date: Thu, 14 Feb 2013 01:25:25 +0000 (+0000) Subject: That should have a trailing slash X-Git-Tag: 2.4.4~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c3a94d27162db6aa9d3391c648658fad32e8ee2;p=apache 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 --- 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'