From 2c7046ccf78ba406097e1a3149b6d0a7b3e90777 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 10 Jun 2014 00:02:02 +0000 Subject: simplify/clarify that negation operates on an entire condition and not on the regex or the special test conditions. Comment #1291. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601532 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs/manual/mod/mod_rewrite.xml') diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 5d7bab2450..59904704c8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -727,8 +727,9 @@ Alias /myapp /opt/myapp-1.2.3
  1. You can prefix the pattern string with a - '!' character (exclamation mark) to specify a - non-matching pattern.
  2. + '!' character (exclamation mark) to negate the result + of the condition, no matter what kind of CondPattern is used. +
  3. You can perform lexicographical string comparisons: @@ -883,11 +884,6 @@ Alias /myapp /opt/myapp-1.2.3 -Note: - All of these tests can - also be prefixed by an exclamation mark ('!') to - negate their meaning. -
  4. -- cgit v1.2.3