Skip to content

Instantly share code, notes, and snippets.

@Tagliatti
Created October 4, 2014 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tagliatti/d94c4685c36f2408b413 to your computer and use it in GitHub Desktop.
Save Tagliatti/d94c4685c36f2408b413 to your computer and use it in GitHub Desktop.
Redirecionar domínio sem www para www
RewriteCond %{HTTP_HOST} ^dominio.com [NC]
RewriteRule (.*) http://www.dominio.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment