$_SERVER[HTTP_HOST] = strtolower($_SERVER[HTTP_HOST]); if($_SERVER[HTTP_HOST]=="www.utikom.net" or $_SERVER[REQUEST_URI]=="/index.php") { header("HTTP/1.1 301 Moved Permanently"); if ($_SERVER['REQUEST_URI']!="/index.php" && $_SERVER['REQUEST_URI']!="/" && $_SERVER['REQUEST_URI']!="") $addonurl=$_SERVER['REQUEST_URI']; else $addonurl=""; header("Location: http://utikom.net$addonurl"); exit(); } ?>