parse Object ( [scheme] => http [host] => subdom.site.com [port] => [user] => [pass] => [path] => / [query] => [fragment] => [domain] => site.com [tld] => com [bdomain] => site [aHost] => Array ( [0] => subdom [1] => site [2] => com ) )
if( $tparse->path == "/" ) { exit('1'); } else { exit('2'); }