Forum Moderators: phranque

Message Too Old, No Replies

More RewriteRules related to one RewriteCond

         

decola

4:40 pm on Feb 13, 2007 (gmt 0)

10+ Year Member



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.

jdMorgan

5:55 pm on Feb 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A previous thread from today: [webmasterworld.com...]

Jim

decola

6:03 pm on Feb 13, 2007 (gmt 0)

10+ Year Member



Oh, sorry.

Thanks a lot.