Possible Duplicates:
htaccess for www-only redirection
apache redirect from non www to www
If the following redirects from a www to a non-www, what is the correct syntax to redirect from non-www to www?
RewriteCond %{HTTP_HOST} ^www.(.)$ [NC] RewriteRule ^/(.)$ http://%1/$1 [R]