[osCommerce] Disabling Magic SEO for Mobile Site

Magic SEO URLs for CRE Loaded.
davref
Posts: 16
Joined: Sat Jul 11, 2009 1:53 pm

[osCommerce] Disabling Magic SEO for Mobile Site

Postby davref » Thu Sep 24, 2009 3:03 pm

I am trying to install the iOSC - mobile site for iPhone contribution for osCommerce but I am having some trouble with the redirects. Links from the mobile site home page redirect me to the full site.

I found this thread for phpBB3: http://www.magic-seo-url.com/board/phpbb3-disabling-magic-seo-for-mobile-site-86.html#p322. Is there a similar fix for osCommerce.

Thanks

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Disabling Magic SEO for Mobile Site

Postby inveo » Thu Sep 24, 2009 3:15 pm

Try following installation line:

Code: Select all

if(strpos($_SERVER['REQUEST_URI'], '/mobile_') === false) include(DIR_WS_INCLUDES . 'magic_seo_url.php');