Hi

can some one check the syntax of this .htaccess 301 redirect please...

Code:
  RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
  RewriteRule ^(.*)$ http://www.newSite.com/path/page.asp [R=301,L]
I am looking to redirect from a subdomain to a new site but its not working