Mobile joomla not redirecting to m.mysite.com

d09
12 years, 9 months ago
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.
dryabov
12 years, 9 months ago
Most likely you entered full URL (http:// m.my.site.com) in MJ settings for domain names (instead of m.my.site.com).

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.