]> granicus.if.org Git - apache/commitdiff
Note that RewriteLog doesn't work in .htaccess files.
authorRich Bowen <rbowen@apache.org>
Wed, 16 Sep 2009 20:11:41 +0000 (20:11 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Sep 2009 20:11:41 +0000 (20:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@815946 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_intro.html.en
docs/manual/rewrite/rewrite_intro.xml

index 47db2ac461e44c81c9fe488b8097ec531be8447e..442917544d1ea4907b4f92eeca476a19ba4e24b7 100644 (file)
@@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is
 indispensable in debugging problems with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
 configuration, since it will tell you exactly how each rule is
 processed.</p>
+
+<div class="note">
+<p>The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.</p>
+</div>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="regex" id="regex">Regular Expressions</a></h2>
index 053e7d1e59850c2b5038282ab474a85b0d53a58d..63e8c4e413f1f9e7ef5593852a1724e4d3bf6814 100644 (file)
@@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is
 indispensable in debugging problems with <module>mod_rewrite</module>
 configuration, since it will tell you exactly how each rule is
 processed.</p>
+
+<note>
+<p>The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.</p>
+</note>
 </section>
 
 <section id="regex"><title>Regular Expressions</title>