$SiteNameURL = $_SERVER['HTTP_HOST'];
switch (strtolower($SiteNameURL)) {
case "pueblotomado.com.ar/index2.htm ": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.ambientenews.com.ar/index2.php" );
break;
case "www.pueblotomado.com.ar/index2.htm ": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "lavenganzaweb.com.ar/index2.htm ": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "www.lavenganzaweb.com.ar/index2.htm": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "aguantebuenosaires.com.ar/index2.htm": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "aguantebuenosaires.com.ar/index2.htm": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "pasajero10542.com.ar/index2.htm": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
case "www.pasajero10542.com.ar/index2.htm": //MUST BE LOWER CASE
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: www.ambientenews.com.ar/index2.php" );
break;
}
?>