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

docs/manual/rewrite/advanced.xml.fr

index 3aa878093649c3385346cf16cd84fd65d0651a6f..92bd83c3076cc322b1b5b3e2a871b084287f5ec7 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: 1866243 -->
+<!-- English Revision: 1897425 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -85,7 +85,7 @@ correspondance</a></seealso>
 <example>
 utilisateur1  serveur_physique_utilisateur1<br />
 utilisateur2  serveur_physique_utilisateur2<br />
-:      :
+# etc ...
 </example>
 
   <p>Tout ceci est enregistrĂ© dans un fichier
@@ -118,7 +118,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>