[osCommerce] Disabling Magic SEO for Mobile Site
[osCommerce] Disabling Magic SEO for Mobile Site
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
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
Re: [osCommerce] Disabling Magic SEO for Mobile Site
Try following installation line:
Code: Select all
if(strpos($_SERVER['REQUEST_URI'], '/mobile_') === false) include(DIR_WS_INCLUDES . 'magic_seo_url.php');