Re: [EMAIL PROTECTED] multiple RewriteRule to one RewriteCond

2005-10-28 Thread Joshua Slive
On 10/28/05, Jeremy Grant <[EMAIL PROTECTED]> wrote: > I want to be able to apply multiple Rules to two conditions. This is > how I thought I could do it but I am finding this does nto work: > > RewriteCond %{HTTP_HOST} ^www\.colgate\.com [OR] > RewriteCond %{HTTP_HOST} ^origin\.www\.colgate\.com

[EMAIL PROTECTED] multiple RewriteRule to one RewriteCond

2005-10-28 Thread Jeremy Grant
I want to be able to apply multiple Rules to two conditions. This is how I thought I could do it but I am finding this does nto work: RewriteCond %{HTTP_HOST} ^www\.colgate\.com [OR] RewriteCond %{HTTP_HOST} ^origin\.www\.colgate\.com [NC] RewriteRule ^/espanol(.*) http://www.colgate.com/app/Colg