"start.php", "news" => "news.php", "produkte" => "download.php", "individual" => "spezial.htm", "webdesign" => "webdesign.htm", "service" => "service.php", "newsletter" => "infomail.php", "impressum" => "impressum.php", "msgroupccs" => "msgroup_ccs.php", "prodreg" => "prodreg.php", "acrixwebeditor" => "acrix_webeditor_alpha.php", "datenschutz" => "datenschutz.php", "widerruf" => "widerruf.php", ); if (isset($_GET['xid']) && trim($_GET['xid'])!="" && isset($page_switch_array[$_GET['xid']])) $_GET['file'] = $page_switch_array[$_GET['xid']]; if (isset($_GET['file'])) { switch($_GET['file']) { case "start.php": case "news.php": case "webref.php": case "webref2.php": case "webref3.php": case "spezial.htm": case "webdesign.htm": case "msgroup_ccs.php": case "infomail.php": case "acrix_webeditor_alpha": $url = "http://www.msgroup.de"; break; case "download.php": case "p_f1man.php": case "p_install4.php": case "p_notesit.php": case "p_psa.php": case "prod_adx.php": case "prod_nm2k.php": $url = "http://www.msgroup.de/de/products.html"; break; /* case "": $url = "http://www.msgroup.de/de/developer-products.html"; break; */ case "prodreg.php": case "service.php": $url = "http://www.msgroup.de/de/contact.html"; break; case "datenschutz.php": $url = "http://www.msgroup.de/de/privacy.html"; break; case "impressum.php": $url = "http://www.msgroup.de/de/imprint.html"; break; } } else $url = "http://www.msgroup.de"; if ($url) { header($proto." 301 Moved Permanently"); header("Location: ".$url); } else { # header($proto." 404 Not Found"); header("Status: 404 Not Found"); include("/home/kxzevnx90uha/errordocs/404.php"); } ?>