You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/10/18 07:14:41 UTC

cvs commit: httpd-docs-2.0/htdocs/manual/mod mod_rewrite.html

slive       00/10/17 22:14:41

  Modified:    htdocs/manual/mod mod_rewrite.html
  Log:
  Clarify when [NC] is effective.
  
  Revision  Changes    Path
  1.52      +3 -0      httpd-docs-2.0/htdocs/manual/mod/mod_rewrite.html
  
  Index: mod_rewrite.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/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:43:30	1.51
  +++ mod_rewrite.html	2000/10/18 05:14:41	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