]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:27:34 +0000 (01:27 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:27:34 +0000 (01:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446017 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.html.en
docs/manual/expr.xml.fr

index 4430e37dfef9dc6c5c5cf36dc9ebb137af0d626e..6380ee81da8d3704e8efd1404cec4da0d1a81197 100644 (file)
@@ -472,7 +472,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
        <pre class="prettyprint lang-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'
index e158474e9f09382b926d1f43c5c360152bec769d..2d40b39104954780e038e9d583dad62acb6dd890 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1422598:1440056 (outdated) -->
+<!-- English Revision: 1422598:1446014 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->