Codeigniter mobile browser detection helper Usage Autoload or manually load mobile_helper.php In the constructor if( is_mobile() ) { redirect('http://mobile.mysite.com'); }