From: Richard Bowen Date: Thu, 14 Feb 2013 01:26:01 +0000 (+0000) Subject: Missing trailing slash X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de70f0421008dfa9e62a1ac8ff4480e92b8ebc31;p=thirdparty%2Fapache%2Fhttpd.git 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 611d8721d45..058cc1537b5 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'