Skip to content

Instantly share code, notes, and snippets.

@korzo
Created December 15, 2010 00:40
Show Gist options
  • Save korzo/741418 to your computer and use it in GitHub Desktop.
Save korzo/741418 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.domain\.com$
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment