Mine is a tiny bit different
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]
No ! in the first line.
If that doesn't work, what hosting company are you using so we can try and find the right way for that particular company. Sometimes what works for one host doesn't always work for another.