Moin!
Liebe Mitdenker, liebe Wissende, liebe Neugierige,
ja!
Du stimmst zu, oder du widersprichst?
"The RewriteCond directive defines a rule condition. One or more RewriteCond can precede a RewriteRule directive. The following rule is then only used if both the current state of the URI matches its pattern, and if these conditions are met."
Ebenda:
RewriteRule backreferences: These are backreferences of the form $N (0 <= N <= 9). $1 to $9 provide access to the grouped parts (in parentheses) of the pattern, from the RewriteRule which is subject to the current set of RewriteCond conditions. $0 provides access to the whole string matched by that pattern.
Wie kann die RewriteCond Backreferences auf die runden Klammerausdrücke des RewriteRule-Pattern haben, wenn dieser Match nicht VORHER geprüft wurde?
Grüße Sven