Hola, intentalo asi:
Código PHP:
<?php
$palabra1 = $_GET["Hogar"];
$palabra2 = $_GET["Empresa"];
if ($palabra1 == $Hogar)
(header ('Location: http://localhost/proyectos/portada.html'));
if ($palabra2 == $Empresa)
(header ('Location: http://localhost/proyectos/reporte3.html'));
?>
y dime si te funciono