Re: [EMAIL PROTECTED] How to chain two rules

2006-12-01 Thread Krist van Besien
On 11/30/06, Norman Khine [EMAIL PROTECTED] wrote: Hello, Can someone please advise how to chain two rules together so that: [1] VirtualHost *:80 [2] ServerName mysite.com [3] ServerAlias www.mysite.com [4] RewriteEngine On [5] RewriteCond %{HTTP_HOST} ^www\.mysite\.info [nc] [6]

[EMAIL PROTECTED] How to chain two rules

2006-11-30 Thread Norman Khine
Hello, Can someone please advise how to chain two rules together so that: [1] VirtualHost *:80 [2] ServerName mysite.com [3] ServerAlias www.mysite.com [4] RewriteEngine On [5] RewriteCond %{HTTP_HOST} ^www\.mysite\.info [nc] [6] RewriteRule (.*) http://mysite.info/$1 [R=301,C] [7]