]> granicus.if.org Git - apache/commitdiff
That should have a trailing slash
authorRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:25:25 +0000 (01:25 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:25:25 +0000 (01:25 +0000)
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

index 14bb365083858218b25af67060d3c70afd658f6f..8385c5d25e02cff9464ee763a923d107d8272491 100644 (file)
@@ -498,7 +498,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'