
<?php
if ($_SERVER['HTTP_HOST'] == 'palverlag.backclickasp.de') {
  header("Location: http://www.palverlag.de");
} else if ($_SERVER['HTTP_HOST'] == 'bhv.backclickasp.de') {
  header("Location: http://bhv.de/");
} else {
  header("Location: http://www.backclick.de");
}
?>

