Skip to content

Instantly share code, notes, and snippets.

@rnarian
Last active August 29, 2015 14:26
Show Gist options
  • Save rnarian/fed018b8ffc77e9ae992 to your computer and use it in GitHub Desktop.
Save rnarian/fed018b8ffc77e9ae992 to your computer and use it in GitHub Desktop.
Generic htaccess redirect www to non-www
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