If you have multiple domains pointing to same site or just problems with with-www versus non-www URLs you can use this:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
RewriteCond %{HTTP_HOST} !^localhost [NC]
RewriteRule ^(.*) http://www.example.com/$1 [R=permanent,L]