Skip to content

Instantly share code, notes, and snippets.

@thallisphp
Created June 28, 2013 20:36
Show Gist options
  • Save thallisphp/5887905 to your computer and use it in GitHub Desktop.
Save thallisphp/5887905 to your computer and use it in GitHub Desktop.
Redireconamento VilaNobre
<?php
// Abra o arquivo verifica_endereco.php e adicione o código abaixo após o <?php
switch($_SERVER['HTTP_HOST']){
case 'www.vilanobredecor.com.br':
case 'vilanobredecor.com.br':
header('Location: http://vilanobreiluminacao.com.br/');
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment