Skip to content

Instantly share code, notes, and snippets.

@jp26jp
Created July 18, 2016 11:44
Show Gist options
  • Save jp26jp/33a2189857701c8881760b4e6a262e90 to your computer and use it in GitHub Desktop.
Save jp26jp/33a2189857701c8881760b4e6a262e90 to your computer and use it in GitHub Desktop.
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