view switch.php @ 158:c4fa8e2cb5f7

mxd2map init
author Karl-Heinz Ruskowski <khruskowski@intevation.de>
date Thu, 30 Jun 2011 12:18:13 +0200
parents 5a882b5773c9
children
line wrap: on
line source
<?PHP
switch ($_SERVER["HTTP_HOST"]) {
 case "www.mapwoc.de":
 case "mapwoc.de":
   $target = "index-de.html";
   break;
 default:
   $target = "index.html";
 }
readfile($target);
?>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)