Created
October 4, 2014 02:31
-
-
Save Tagliatti/d94c4685c36f2408b413 to your computer and use it in GitHub Desktop.
Redirecionar domínio sem www para www
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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