From: Joshua Slive Date: Wed, 18 Oct 2000 05:14:41 +0000 (+0000) Subject: Clarify when [NC] is effective. X-Git-Tag: APACHE_2_0_ALPHA_8~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c23305c3d9aff87d10d91e11f3c1901de9e77d58;p=apache Clarify when [NC] is effective. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86639 13f79535-47bb-0310-9956-ffa450edef68 --- 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