]> granicus.if.org Git - apache/commitdiff
Missing trailing slash
authorRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:26:01 +0000 (01:26 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:26:01 +0000 (01:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446015 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 611d8721d45d96ed03e5c0bb1a562668af3c7538..058cc1537b581214b815bb8554cd833e39038288 100644 (file)
@@ -511,7 +511,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
        <highlight language="config">
 # Compare the host name to example.com and redirect to www.example.com if it matches
 &lt;If "%{HTTP_HOST} == 'example.com'"&gt;
-    Redirect permanent / http://www.example.com
+    Redirect permanent / http://www.example.com/
 &lt;/If&gt;
 
 # Force text/plain if requesting a file with the query string contains 'forcetext'