<?php

//echo $_SERVER['HTTPS'];exit;
/*if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
		$uri = 'https://';
	} else {
		$uri = 'http://';
	}
	 $uri .= $_SERVER['HTTP_HOST'];
	//	echo $url = $_SERVER['HTTP_HOST'];exit;
	if ($url == '10.29.28.84')
	{
//echo 1;exit;
		header('Location:https://10.29.28.84/myresearchv2/frontend/web/index.php');
		
	} else{
			header('Location: https://myresearch.jkm.gov.my/maintenance.html');
        }
		exit;*/


header('Location:myresearchv2/frontend/web/index.php');