header.php ye
<?php
include("Mobile_Detect.php");
$Tarayici = new Mobile_Detect();
if($Tarayici->isMobile()==TRUE or $Tarayici->isTablet()==TRUE){
echo '<meta http-equiv="refresh" content="0;URL=http://m.xxx.com/">';
exit;
}
?>
http://mobiledetect.net/
burdan da ğhğ dosyasını indirin ve ana dizine atın tamamdır..