headerでredirect

headerでredirectする。

$root = ''main;
$index_url = 'http://'.$_SERVER['SERVER_NAME'].$root;
header('Location:'.$index_url);