Created
July 22, 2015 12:50
-
-
Save rodurma/0944a178e308fa1d4945 to your computer and use it in GitHub Desktop.
Redirecionamento 301 para um outro domínio
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
| <? | |
| header("HTTP/1.1 301 Moved Permanently"); | |
| header("Location: http://www.meusite.com.br"); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment