Hi!
I think you need the header() function of PHP.
<?php
if condition 1 is satisfied {
header ("Location: www.honeymooners.ie");
exit;
} elseif condition 2 is satisfied {
header ("Location: www.honeymoons.ie");
exit;
}
?>
<head>
...
did I get your question right? I hope this helps.