Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created November 23, 2012 09:38
Show Gist options
  • Save asjustas/4134771 to your computer and use it in GitHub Desktop.
Save asjustas/4134771 to your computer and use it in GitHub Desktop.
Redirect everything to non-www
RewriteBase /
RewriteCond %{HTTP_HOST} !^rankoholic\.com$ [NC]
RewriteRule ^(.*)$ http://rankoholic.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment