Skip to content

Instantly share code, notes, and snippets.

@joelpittet
Created February 13, 2013 21:10
Show Gist options
  • Save joelpittet/4948311 to your computer and use it in GitHub Desktop.
Save joelpittet/4948311 to your computer and use it in GitHub Desktop.
SEO domain redirect and save the W key
# Make sure the domain always removes the www
RewriteCond %{HTTP_HOST} ^www\.pittet\.ca$
RewriteRule (.*) http://pittet.ca/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment