Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created July 22, 2015 12:50
Show Gist options
  • Select an option

  • Save rodurma/0944a178e308fa1d4945 to your computer and use it in GitHub Desktop.

Select an option

Save rodurma/0944a178e308fa1d4945 to your computer and use it in GitHub Desktop.
Redirecionamento 301 para um outro domínio
<?
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