View Single Post
Old 06-12-2009, 02:13 AM  
CaptainWolfy
Playa
 
CaptainWolfy's Avatar
 
Industry Role:
Join Date: Dec 2005
Location: Somewhere on the Earth
Posts: 8,439
you should be just fine if you use this at the end of your redirect script:
if($mobile_browser)
{
header('Cache-Control: no-transform');
header('Vary: User-Agent, Accept');
header("robots:noindex,nofollow");
header('Location: '.$mobile_link);
exit;
}
CaptainWolfy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote