As noted in this thread: http://www.zen-cart.com/forum/showth...ghlight=ezpage there is a problem with the links of the ezpages. I think I figured out what the problem is but I don't know how to fix it.
Using Ultimate SEO URLs and linking to an internal ezpage there is a conflict with the link format.
I have a few ezpages that link internally to existing pages in zen-car, eg privacy.html, contact_us.html etc. These are the pages from the Information sidebox. My purpose is to make a horizontal nav bar with the same links as these in the Information sidebox.
My EZPAGES_STATUS_HEADER is turned on so that my ez links are in the header of the store.
Then I load my main page of the store http://www.mystore.com. My links to ezpages are in the header just beneath the logo/sales message. So far so good. But if I click a link in my horizontal nav bar I get: Page Not Found. So I started searching for the problem. And then I noticed that the links in my horizontal nav bar and the links in my Information sidebox have a little difference (actually they should be the same link as they point to the same pages). The difference is as follow:
The link in my Information sidebox looks like this (note that this link works perfectly):
The link in my hor nav bar looks like this (this link doesn't work at all):HTML Code:http://www.mystore.com/privacy.html?zenid=0cc2428aabe5f01c7d6344e13a785083
Do you notice the difference?HTML Code:http://www.mystore.com/privacy.html&zenid=0cc2428aabe5f01c7d6344e13a785083
The Information sidebox link format is filename.html?zenid=... while the hor nav bar link format is filename.html&zenid=...
It seems all the problems are in this & symbol. It should be ? instead.
Anybody can help? Thank you in advance :)



