Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 65949 invoked from network); 4 Oct 2009 11:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 11:03:58 -0000 Received: (qmail 48179 invoked by uid 500); 4 Oct 2009 11:03:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 48099 invoked by uid 500); 4 Oct 2009 11:03:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 48090 invoked by uid 99); 4 Oct 2009 11:03:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 11:03:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 11:03:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9F507238899C; Sun, 4 Oct 2009 11:03:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r821506 [5/5] - in /httpd/httpd/trunk/docs/manual: ./ mod/ rewrite/ Date: Sun, 04 Oct 2009 11:03:03 -0000 To: cvs@httpd.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091004110303.9F507238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.fr?rev=821506&r1=821505&r2=821506&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.fr (original) +++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.html.fr Sun Oct 4 11:03:02 2009 @@ -68,6 +68,12 @@ il s'avère indispensable pour le débogage des problèmes avec la configuration de mod_rewrite, car il vous indiquera exactement la manière dont chaque règle est traitée.

+ +
+

On ne peut pas utiliser la directive RewriteLog dans les fichiers +.htaccess, car elle doit être définie au niveau du fichier +de configuration du serveur principal.

+
top