From 809a992b7d7f935eae6f00940b70df71cd9ed13c Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Wed, 16 Sep 2009 20:11:41 +0000
Subject: Note that RewriteLog doesn't work in .htaccess files.
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 | 5 +++++
docs/manual/rewrite/rewrite_intro.xml | 5 +++++
2 files changed, 10 insertions(+)
(limited to 'docs/manual/rewrite')
diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en
index 47db2ac461..442917544d 100644
--- a/docs/manual/rewrite/rewrite_intro.html.en
+++ b/docs/manual/rewrite/rewrite_intro.html.en
@@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is
indispensable in debugging problems with mod_rewrite
configuration, since it will tell you exactly how each rule is
processed.
+
+
+
The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.
+
diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml
index 053e7d1e59..63e8c4e413 100644
--- a/docs/manual/rewrite/rewrite_intro.xml
+++ b/docs/manual/rewrite/rewrite_intro.xml
@@ -66,6 +66,11 @@ this log file can give an overwhelming amount of information, it is
indispensable in debugging problems with
mod_rewrite
configuration, since it will tell you exactly how each rule is
processed.
+
+
+The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.
+
Regular Expressions
--
cgit v1.2.3