From: Rich Bowen Date: Thu, 14 Feb 2013 01:26:01 +0000 (+0000) Subject: Missing trailing slash X-Git-Tag: 2.5.0-alpha~5774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1d38953a17e4b622f727015aaf753fbf3a0095a;p=apache Missing trailing slash git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446015 13f79535-47bb-0310-9956-ffa450edef68 --- 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'