Skip to content

Instantly share code, notes, and snippets.

@wizardfrag
Created March 28, 2015 13:56
Show Gist options
  • Save wizardfrag/01257d82d8808cea226d to your computer and use it in GitHub Desktop.
Save wizardfrag/01257d82d8808cea226d to your computer and use it in GitHub Desktop.
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