Simply add the following to the .htaccess file in your public_html folder:RewriteEngine OnOptions +FollowSymlinksRewriteCond %{HTTP_HOST} ^domain\.comRewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]Be sure to replace domain with your domain name