switch ($_SERVER['HTTP_HOST']) { case 'test.tecnoinsole.com': case 'local.voxelcare.com': case 'elche.voxelcare.com': case 'voxelcare': case 'tecnoinsole': $url ="https://sis-t.redsys.es:25443/sis/realizarPago"; //test break; default: $url = "https://sis.redsys.es/sis/realizarPago"; // Produccion } ?>