Asi devería funcionarte sin problemas:
Código PHP:
Ver originalif($proyect != $fila['proyecto']){
echo '<script>alert("ESTE Proyecto NO EXISTE, Comuniquese con Administrador")</script> ';
echo "<script>location.href='index1.php'</script>";
}elseif($username != $fila['email']){
echo '<script>alert("ESTE USUARIO NO EXISTE, PORFAVOR REGISTRESE PARA PODER INGRESAR")</script> ';
echo "<script>location.href='ingresa.php'</script>";
}elseif($pass != $fila['password']){
echo '<script>alert("PASSWORD INCORRECTA, Intente nuevamente o comuniquese con Enaser para solucionar el problema")</script>';
}else{
header("Location: index2.php");
}
Dime como te fue. Y cualquier error que te muestre puedes comentarlo y con gusto te ayudaremos.
Un saludo.