Force www in URLS
RewriteCond %{HTTP_HOST} !^www.yourwebsite.com [NC] RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=301,L]