Skip to content

Instantly share code, notes, and snippets.

@negatronGister
Created March 6, 2015 11:41
Show Gist options
  • Select an option

  • Save negatronGister/9f869523ed1903bce016 to your computer and use it in GitHub Desktop.

Select an option

Save negatronGister/9f869523ed1903bce016 to your computer and use it in GitHub Desktop.
Force non-www redirect in .htaccess
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