summaryrefslogtreecommitdiffstats
path: root/docs/manual/urlmapping.xml.fr
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2010-11-11 15:22:38 +0100
committerLucien Gentis <lgentis@apache.org>2010-11-11 15:22:38 +0100
commit664481b1f7613ff3f2776861600dc69eafa307c9 (patch)
treecad546d38a9ab6aa7d71d3a3a9d87ea913841f15 /docs/manual/urlmapping.xml.fr
parentUpdates. (diff)
downloadapache2-664481b1f7613ff3f2776861600dc69eafa307c9.tar.xz
apache2-664481b1f7613ff3f2776861600dc69eafa307c9.zip
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.xml.fr')
-rw-r--r--docs/manual/urlmapping.xml.fr6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/urlmapping.xml.fr b/docs/manual/urlmapping.xml.fr
index aaad6dd8f7..777436562c 100644
--- a/docs/manual/urlmapping.xml.fr
+++ b/docs/manual/urlmapping.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: 932935:1029715 (outdated) -->
+<!-- English Revision: 1029715 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -189,8 +189,8 @@ l'arborescence DocumentRoot</title>
<code>/home/user/public_html/file.html</code>, utilisez la directive
<code>AliasMatch</code> suivante :</p>
-<example>AliasMatch ^/upages/([a-zA-Z0-9]+)/?(.*)
- /home/$1/public_html/$2</example>
+<example>AliasMatch ^/upages/([a-zA-Z0-9]+)(/(.*))?$
+ /home/$1/public_html/$3</example>
</section>
<section id="redirect"><title>Redirection d'URL</title>