﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
13211	MultiSite and wp-signup.php no redirect with IE browser	Frumph		"wp-signup.php line 30-33
{{{
if ( !is_main_site() ) {
	wp_redirect( ""http://"" . $current_site->domain . $current_site->path . ""wp-signup.php"" );
	die();
}
}}}

Should the above code be redirecting to the same site and not the main blog site?

Currently on subsites if using the donncha domain mapper or the one from ron wpmugur its redirectiong to $current and should be redirectiong to main, because sub sites do not allow registering on.

"	defect (bug)	closed	normal		Multisite	3.0.1	critical	duplicate	IE	
