Skip to content

Instantly share code, notes, and snippets.

@joshfinnie
Created September 21, 2012 14:57
Show Gist options
  • Save joshfinnie/3761964 to your computer and use it in GitHub Desktop.
Save joshfinnie/3761964 to your computer and use it in GitHub Desktop.
WWW. Redirect
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment