From eaa812a9268aeedad0ab23589de9fe90c182200b Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
+ 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
See -l.
RewriteEngine on
directive for each virtual host
in which you wish to use rewrite rules.
RewriteMap
directives of the type prg
+
RewriteMap
directives
+ of the type prg
are not started during server initialization if they're defined in a
- context that does not have RewriteEngine
set to
+ context that does not have RewriteEngine
set to
on
%{REQUEST_URI}
variable in
-a RewriteCond
.RewriteCond
.
^/
never
@@ -1193,9 +1201,11 @@ cannot use $N
in the substitution string!
(N=0..9), which will be replaced
by the contents of the Nth group of the
matched Pattern. The server-variables are the same
- as for the TestString of a RewriteCond
+ as for the TestString of a
+ RewriteCond
directive. The mapping-functions come from the
- RewriteMap
directive and are explained there.
+ RewriteMap
+ directive and are explained there.
These three types of variables are expanded in the order above.
Rewrite rules are applied to the results of previous rewrite
@@ -1222,7 +1232,7 @@ cannot use $N
in the substitution string!
Additionally you can set special actions to be performed by
appending [
flags]
- as the third argument to the RewriteRule
+ as the third argument to the RewriteRule
directive. Flags is a comma-separated list, surround by square
brackets, of any of the flags in the following table. More
details, and examples, for each flag, are available in the Rewrite Flags document.