$m1 = isset($_GET['m1']) ? $_GET['m1'] : '';
$redirect_url = 'http://www.wirtualnebiuro.krakow.pl/';
switch ($m1) {
case 'strona_glowna_e': $redirect_url .= 'virtual-office-in-central-krakow.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'wirtualny_adres_e': $redirect_url .= 'virtual-address-in-central-krakow.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'cennik_e': $redirect_url .= 'pricing.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'o_nas_e': $redirect_url .= 'about-us.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'uslugi_e': $redirect_url .= 'virtual-office-additional-services.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'help_e': $redirect_url .= 'help-faq.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
case 'kontakt_e': $redirect_url .= 'contact.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();include("kontakt.php"); break;
default:
$redirect_url .= 'virtual-office-in-central-krakow.html'; header("HTTP/1.1 301 Moved Permanently"); header("Location: ".$redirect_url); exit();break;
//print("
");
//print("
");
}
?>