[Zencart] Losing Page Styling

Magic SEO URLs for Zen Cart.
MikeCass
Posts: 2
Joined: Mon Oct 17, 2011 6:30 pm

[Zencart] Losing Page Styling

Postby MikeCass » Mon Oct 17, 2011 7:11 pm

This is a magic URLS problem, it goes away when I turn off Magic URLs. Please check out:

http://www.notjustknives.com/apparel-15/ to see the problem

http://www.notjustknives.com/index.php? ... x&cPath=15 to see the correct page.

Magic URLs is off right now, but the rewrite rules are still in place.

I have no idea what is causing this, product pages and most other pages are fine, just search and category pages seem to be bad.

Please help! Thanks.

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

Re: [Zencart] Losing Page Styling

Postby inveo » Mon Oct 17, 2011 8:05 pm

There is a missing base tag in head section of your HTML/template source code. Please check the default template for this tag and you will see what I mean.

There should be something like:

Code: Select all

<base href="http://www.notjustknives.com/" />


in template source code.

MikeCass
Posts: 2
Joined: Mon Oct 17, 2011 6:30 pm

Re: [Zencart] Losing Page Styling

Postby MikeCass » Mon Oct 17, 2011 8:55 pm

Thank You!