Skip to content

Instantly share code, notes, and snippets.

@jondueck
Created February 23, 2015 14:30
Show Gist options
  • Save jondueck/d64bdc12e4756584a80f to your computer and use it in GitHub Desktop.
Save jondueck/d64bdc12e4756584a80f to your computer and use it in GitHub Desktop.
Remove 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