checked no .htacess file in root folder have mailed you the site details so you can have a look at it
Printable View
Hi,
The details you've emailed me are for a completely different site from the one you have been describing. I don't know why you'd do that?!
All the best..
Conor
ceon
installed this to my site and after update to url to my products i'm getting page not found. What is wrong that i do was reading manual and doing according to it. I'm beginner to this so more detailed explanation would help me a lot. Any help much appreciated
Hi,
Check that you have put the .htaccess file in the right place and that you have followed the instructions for the correct "layout" of your store's filesystem (whether it is in a folder etc.)
All the instructions you need are in the documentation and online.. search for "rewrite rules" if you want to learn more about rewrite rules, doing so will make the instructions that come with the module much easier to understand.
Hope that helps!
All the best...
Conor
ceon
After reading this forums for a few hours, has anyone ever been able to successfully install google checkout with this mod? I use the Fedex mod also for the shipping, is google checkout compatible with Ceon URI Mapping? If it is, is there any documentation on installing google chcckout with this mod. I have tried win merg but I am stuck with what to do with the .htaccess in the admin folder. Can someone point me in the right direction.
Hi,
There are no issues with Google Checkout working with Ceon URI Mapping as far as I know.
If any exclusions are needed, or if the rewrite rule is blocking URIs that Google Checkout uses, simply read the FAQs in the documentation for Ceon URI Mapping and you should see the methods for either excluding files or preventing particular URIs being rewritten.
Please let us know how you get on. If you needed to do anything to things working with Ceon URI Mapping, please post what you had to do so that others can take the same steps.
All the best..
Conor
ceon
Has anyone been able to use this mod and have it play nice with jrox jam affiliate software? The affiliate links append the link to a particular category or product page. With ceon uri mapping these links are redirecting to the home page. Do we have to use the standard Zen links when using jam?
Hi,
Zen Cart doesn't even know that Ceon URI Mapping is installed on a site. Once a URI is mapped, the environment appears to Zen Cart as if a dynamic link as been used.
So there's no point changing to dynamic links.. the problem is the way this affiliate link software is creating the links.. it sounds like it is probably forgetting to add the "?".
I'm afraid that without knowing more I couldn't say anything else.
All the best..
Conor
ceon
hi conor!
The jam links look like this:
http://www.ourdomain.com/affiliates/...id=1234&jxURL=http://ourdomain.com/books/book-title
This link returns user to the site home page.
.htaccess tweak needed?
Already have this in .htaccess
# Don't rewrite affliates directory
RewriteCond %{REQUEST_URI} !^/affliates.* [NC]