Hello well like i stated in the title the subdomain wont appear like this m.mysite.com
it only shows up the full site name no subdomain at all im using an android LG to test it out but it dosent seem to
work i have also placed this fix like they stated for the RC6 under plugins/mobile/domains/domain.php
}
else
{ // Desktop domain
$mainframe =& JFactory::getApplication();
// is it non-first visit? Then don't redirect
if($mainframe->getUserState('mobilejoomla.markup') !== null)
$MobileJoomla_Device['markup'] = '';
}
}
but now i have a problem it redirects sucessfully but now this is how the url appears Http:// http:// m.my.site.com
now thats a problem how can i fix this i hope someone can help me out thank you.