Quote Originally Posted by HelpMeSell View Post
OK, I added the above and now I get errors for both with www or no www in the begining (and i can see it adding the www automatically)
Try this instead:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]