From https://css-tricks.com/snippets/htaccess/www-no-www/
# Remove the www. RewriteEngine On RewriteCond %{HTTP_HOST} !^your-site.com$ [NC] RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301]