Redirect doesn't work

rausmade
13 years, 3 months ago
Hi, the redirect to m.fsc-gensungen-felsberg.de doesn't work. My Android phone always uses the "normal" website and I can switch to the mobile website only by using the menu on the bottom of the website.

My global settings of Mobile Joomla! you can see here:


I'm using MobileJoomla 1.0 RC6. Any idea why my Galaxy S2 doesn't redirect to m.fsc-gensungen-felsberg.de directly?
rausmade
13 years, 3 months ago
Works well ; Thxx for support!
jetenow
13 years, 2 months ago
hi, i used

{ // Desktop domain


82



- $MobileJoomla_Device['markup'] = '';




82

+ $mainframe =& JFactory::getApplication();




83

+ // is it non-first visit? Then don't redirect




84

+ if($mainframe->getUserState('mobilejoomla.markup') !== null)




85

+ $MobileJoomla_Device['markup'] = '';


83

86

}
but it isn't work. i have the same settings than rausmade. the sub domaine
http://iphone.myDomainName.com throw an error.
thanks
rrosko
13 years, 2 months ago
Using MobileJoomla 1.0 RC6 and have multi-domains setup and enabled.

Have updated the plugins/mobile/domains/domains.php file as recommended above.

On iPhone, redirect goes to the appropriate sub-domain, but on Android phone, no redirect occurs.

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.