Hi all.
I'd like to apply more RewriteRules related to just one RewriteCond.
The pattern I' ve used is this but it doesn't work:
RewriteCond cond1
RewriteRule rule1
RewriteRule rule2
RewriteRule rule3
I'd like that if cond1 is true, all rules are applied.
How can I do that without writing RewritingCond statement several times?
Thanks in advance.