slive 00/10/17 22:12:00
Modified: htdocs/manual/mod mod_rewrite.html Log: Clarify when [NC] is effective. PR: 6486 Revision Changes Path 1.52 +3 -0 httpd-docs-1.3/htdocs/manual/mod/mod_rewrite.html Index: mod_rewrite.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_rewrite.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- mod_rewrite.html 2000/09/28 22:42:13 1.51 +++ mod_rewrite.html 2000/10/18 05:12:00 1.52 @@ -1275,6 +1275,9 @@ This makes the test case-insensitive, <EM>i.e.</EM>, there is no difference between 'A-Z' and 'a-z' both in the expanded <EM>TestString</EM> and the <EM>CondPattern</EM>. + This flag is effective only for comparisons between + <EM>TestString</EM> and <EM>CondPattern</EM>. It has no + effect on filesystem and subrequest checks. <P> <LI>'<STRONG><CODE>ornext|OR</CODE></STRONG>' (<STRONG>or</STRONG> next condition)<BR> Use this to combine rule conditions with a local OR instead of the