Skip to content

Instantly share code, notes, and snippets.

@frentsel
Created October 6, 2015 07:39
Show Gist options
  • Save frentsel/f826bb355b2950f719d6 to your computer and use it in GitHub Desktop.
Save frentsel/f826bb355b2950f719d6 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
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