]> granicus.if.org Git - apache/blobdiff - docs/manual/howto/htaccess.html.fr
xforms on french stuff
[apache] / docs / manual / howto / htaccess.html.fr
index b024de3ccb4f81612ed07f973d75b54e55a78d78..0f7c67adfc5f44873a8f2002b2a16fcf920d4808 100644 (file)
@@ -27,8 +27,6 @@
 <a href="../ko/howto/htaccess.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
-            anglaise pour les changements récents.</div>
 
 <p>Les fichiers <code>.htaccess</code> fournissent une méthode pour
 modifier la configuration du serveur au niveau de chaque répertoire.</p>
@@ -225,8 +223,8 @@ Includes - SSI)</a></li>
 
     <div class="example"><h3>Section de votre fichier
     <code>httpd.conf</code></h3><pre class="prettyprint lang-config">
-&lt;Directory /www/htdocs/example&gt;<br />
-    AddType text/example .exm<br />
+&lt;Directory /www/htdocs/example&gt;
+    AddType text/example .exm
 &lt;/Directory&gt;
     </pre>
 </div>
@@ -304,7 +302,7 @@ Includes - SSI)</a></li>
 
     <pre class="prettyprint lang-config">
 &lt;Directory /www/htdocs&gt;
-    Allowoverride All
+    AllowOverride All
 &lt;/Directory&gt;
 
 &lt;Location /&gt;