Допишите файл .htaccess. Не забудьте заменить example.com на URL-адрес вашего сайта.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^http://www.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.com/$1[R=301,L]
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]