Skip to content

Instantly share code, notes, and snippets.

@walkergv
Last active August 29, 2015 14:06
Show Gist options
  • Save walkergv/6ec2dec6be8439f4aa3b to your computer and use it in GitHub Desktop.
Save walkergv/6ec2dec6be8439f4aa3b to your computer and use it in GitHub Desktop.
Redirect to www version of the site.
########## - BEGIN - remove www version of site
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
########## - END - www.version of site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment