RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain\.com$ RewriteRule (.*)$ http://www.yourdomain.com/$1 [R=301,L]