hello add this lines in your htaccess replace site.com for your domain RewriteEngine on RewriteCond %{HTTP_HOST} !^www.site.com$ RewriteRule ^(.*)$ http://www.site.com/$1 [R=301] Best