diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 423aedc90f..3c73246f9a 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -849,7 +849,7 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3" The TestString is treated as an integer, and is numerically compared to the CondPattern. True if the two are numerically different. This is equivalent to - !-ne + !-eq.