codescribblr
5/14/2015 - 3:22 AM

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]