]> granicus.if.org Git - apache/commitdiff
Update.
authorLucien Gentis <lgentis@apache.org>
Thu, 11 Nov 2010 14:22:38 +0000 (14:22 +0000)
committerLucien Gentis <lgentis@apache.org>
Thu, 11 Nov 2010 14:22:38 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033951 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.xml.fr

index aaad6dd8f79c9ee475407de7fbf1cecff6aabd6d..777436562c29aed3a9da51807a3419b0d6500631 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: 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>