]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML file update.
authorLucien Gentis <lgentis@apache.org>
Sat, 29 Jan 2022 13:32:36 +0000 (13:32 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 29 Jan 2022 13:32:36 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897582 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/advanced.xml.fr

index 4cd488839f05cc23669a4ec652a892715af2537e..be321981c4177aa0e50f899b85f48ad79bfabb71 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1867994 -->
+<!-- English Revision: 1897426 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -78,7 +78,7 @@ correspondance</a></seealso>
 <example>
 utilisateur1  serveur_physique_utilisateur1<br />
 utilisateur2  serveur_physique_utilisateur2<br />
-:      :
+# etc ...
 </example>
 
   <p>Tout ceci est enregistr&eacute; dans un fichier
@@ -111,7 +111,8 @@ RewriteRule   "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"
   </dl>
 
   <p>Voir la documentation de <directive
-  module="mod_rewrite">RewriteMap</directive> pour une description plus
+  module="mod_rewrite">RewriteMap</directive> et le <a
+  href="./rewritemap.html">RewriteMap HowTo</a> pour une description plus
   approfondie de la syntaxe de cette directive.</p>
 
 </section>