You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2020/01/07 16:38:30 UTC

svn commit: r1872448 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr

Author: lgentis
Date: Tue Jan  7 16:38:29 2020
New Revision: 1872448

URL: http://svn.apache.org/viewvc?rev=1872448&view=rev
Log:
fr doc XML update.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr?rev=1872448&r1=1872447&r2=1872448&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_dir.xml.fr [utf-8] Tue Jan  7 16:38:29 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1755988:1872258 (outdated) -->
+<!-- English Revision: 1872258 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -303,6 +303,10 @@ de la version 2.4.4 du serveur HTTP Apac
     FallbackResource disabled
 &lt;/Directory&gt;
     </highlight>
+    <p>Un gestionnaire de ressource par défaut (dans l'exemple ci-dessus
+    <code>/blog/index.php</code>) peut accéder à l'URL de la requête originale
+    via la variable de serveur <code>REQUEST_URI</code>. Pour accéder à cette
+    variable en PHP, par exemple, utilisez <code>$_SERVER['REQUEST_URI']</code>.</p>
 </usage>
 </directivesynopsis>