with the following content,
.htaccess to create.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Important note: domain.com 's own site, you must change your address.
. Htaccess file after you create the site, delivered to your home directory if you want to come to your site from domain.com users will be automatically redirected to
www.domain.com way.