From 9ec20bc517d5f6e5d0f4548f0740fc842d5401ac Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 18 Oct 2000 05:14:41 +0000 Subject: [PATCH] Clarify when [NC] is effective. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86639 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 86135dfe8b..6f358c1b03 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1275,6 +1275,9 @@ is a comma-separated list of the following flags: This makes the test case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' both in the expanded TestString and the CondPattern. + This flag is effective only for comparisons between + TestString and CondPattern. It has no + effect on filesystem and subrequest checks.

  • 'ornext|OR' (or next condition)
    Use this to combine rule conditions with a local OR instead of the -- 2.50.1