Skip to content

Instantly share code, notes, and snippets.

@ccurtin
Created March 9, 2015 22:54
Show Gist options
  • Select an option

  • Save ccurtin/b92ac93b3b5aa67094d3 to your computer and use it in GitHub Desktop.

Select an option

Save ccurtin/b92ac93b3b5aa67094d3 to your computer and use it in GitHub Desktop.
.hraccess force WWW
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment