[Zen Cart] Disable MSU for blog

Magic SEO URLs for Zen Cart.
naturalfinesse
Posts: 3
Joined: Tue Dec 15, 2009 11:10 am

[Zen Cart] Disable MSU for blog

Postby naturalfinesse » Mon Aug 08, 2011 9:14 am

Hi,

I have added a new folder in my zencart folders where my wordpress blog is installed. I want the pages within that folder (e.g. the pages of the blog) not to use MSU, so I want to disable MSU for the pages within that folder.

Any ideas?

Thanks

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

Re: [Zen Cart] Disable MSU for blog

Postby inveo » Mon Aug 08, 2011 12:14 pm

Please change installation line in includes/application_top.php file to:

Code: Select all

if(basename(dirname($_SERVER['SCRIPT_NAME'])) != 'blog') include(DIR_WS_INCLUDES . 'magic_seo_url.php');

naturalfinesse
Posts: 3
Joined: Tue Dec 15, 2009 11:10 am

Re: [Zen Cart] Disable MSU for blog

Postby naturalfinesse » Tue Aug 09, 2011 7:37 am

I did this but the numinix zencart wordpress integration still doesn't work. Any suggestions?

Thanks

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

Re: [Zen Cart] Disable MSU for blog

Postby inveo » Tue Aug 09, 2011 9:24 am

What do you exactly mean by "does not work"?

naturalfinesse
Posts: 3
Joined: Tue Dec 15, 2009 11:10 am

Re: [Zen Cart] Disable MSU for blog

Postby naturalfinesse » Tue Aug 09, 2011 11:02 am

I type the blog admin url in the webrowser and it doesnt go to the wordpress admin.

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

Re: [Zen Cart] Disable MSU for blog

Postby inveo » Tue Aug 09, 2011 12:57 pm

I would say how do you come it is caused by MSU? There might be some Rewrite Rule issues if other Rewrite Engine is used with MSU together but admin panel is not affected by this since is not rewritten usually.

Please try to disable MSU and reproduce the problem. If will disappear then please post your site URL and step-by-step instructions how we can reproduce i on your site.