Skip to content

Instantly share code, notes, and snippets.

@tomhayes
Last active January 20, 2017 02:31
Show Gist options
  • Save tomhayes/7384fa0ae11656dbb5bc337d957905b3 to your computer and use it in GitHub Desktop.
Save tomhayes/7384fa0ae11656dbb5bc337d957905b3 to your computer and use it in GitHub Desktop.
Force www. (.htaccess)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^your-site.com [NC]
RewriteRule ^(.*)$ http://www.your-site.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment