Skip to content

Instantly share code, notes, and snippets.

@jtmorris
Created June 18, 2013 09:36
Show Gist options
  • Save jtmorris/5804013 to your computer and use it in GitHub Desktop.
Save jtmorris/5804013 to your computer and use it in GitHub Desktop.
htaccess: Remove the www.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^your-site.com$ [NC]
RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment