Skip to content

Instantly share code, notes, and snippets.

@evaisse
Created June 25, 2009 12:31
Show Gist options
  • Save evaisse/135822 to your computer and use it in GitHub Desktop.
Save evaisse/135822 to your computer and use it in GitHub Desktop.
HTACCESS REDIRECTION
RewriteCond %{HTTP_HOST} !^www.example.com$
RewriteRule ^(.*) http://www.example.com/$1 [QSA,L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment