]> granicus.if.org Git - apache/commitdiff
Updates.
authorLucien Gentis <lgentis@apache.org>
Sat, 27 Nov 2010 16:17:41 +0000 (16:17 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 27 Nov 2010 16:17:41 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039703 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml.fr
docs/manual/mod/mod_dir.xml.fr

index 03e6b43db38d7cc58d18289079b0912f4eb4f0ea..ca37b2f2bf71f78882129fe15c7313cd3cde132f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1037339 -->
+<!-- English Revision : 1039603 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 7e1d80d1479c3ad5210f64e966247b17cdd2cb06..8085b06f7e6588b6b3fc49e5e546b6fd83628dd1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 815782 -->
+<!-- English Revision : 1039209 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -213,6 +213,18 @@ aucun fichier</description>
     </example>
     <p>Les fichiers existants comme des images, des fichiers css, etc...
     seront trait&eacute;s normalement.</p>
+    <p>Pour un URI interm&eacute;diaire tel que
+    <em>http://example.com/blog/</em>, cet URI interm&eacute;diaire doit &ecirc;tre
+    sp&eacute;cifi&eacute; en tant que <var>url-locale</var> :</p>
+    <example>
+         <code>
+             &lt;Directory /web/example.com/htdocs/blog&gt;<br />
+            <indent>
+                    FallbackResource /blog/index.php<br />
+             </indent>
+             &lt;/Directory&gt;
+         </code>
+    </example>
 </usage>
 </directivesynopsis>