nel tuo htaccess aggiungi la rule
codice:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\. 
RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]