summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2022-01-29 13:26:55 +0000
committerLucien Gentis <lgentis@apache.org>2022-01-29 13:26:55 +0000
commitf6689655a80a252d46b4f34cf6ac45d36451491c (patch)
treec4469e4e7f3a160a79e3dc23790c6884c93ab9d9
parentb36b129f346ccf191069b5117d631a77a4b74502 (diff)
downloadhttpd-f6689655a80a252d46b4f34cf6ac45d36451491c.tar.gz
fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897580 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/rewrite/advanced.xml.fr7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/rewrite/advanced.xml.fr b/docs/manual/rewrite/advanced.xml.fr
index 3aa8780936..92bd83c307 100644
--- a/docs/manual/rewrite/advanced.xml.fr
+++ b/docs/manual/rewrite/advanced.xml.fr
@@ -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>