[Zencart] Losing Page Styling
[Zencart] Losing Page Styling
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.
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.
Re: [Zencart] Losing Page Styling
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:
in template source code.
There should be something like:
Code: Select all
<base href="http://www.notjustknives.com/" />
in template source code.