New Zenner
- Join Date:
- Mar 2010
- Posts:
- 8
- Plugin Contributions:
- 0
Ceon URI Mapping (SEO)
conor:
Hi,
The module does not return random results.
I have seen this behaviour on a site before. The problem was the database server on the host not being in sync (they used some sort of "cloud" server).
You are also using an old version of the module.. you should always upgrade to the latest version of a module if you are having trouble!
The new 3.4.0 will be out later today so you should upgrade to that today.. I'll post back here when it has been released.
Unfortunately though, my gut feeling is that even after installing the latest version things will remain the same. In which case you'll have no choice but to pay someone to find and fix your server issues.
All the best...
Conor
ceon
Conor, as advised I have upgraded the CEON URI Module to version 3.4.2.
However I still have site navigation problems.
As before, sometimes the site navigation works ok, but other times, clicking a link displays a different seemingly random page.
Pressing F5 sometimes displays the correct page, sometimes does not.
I am at a complete loss as to how to resolve this and it is losing me business from the site. Many customers have also reported the problem.
I have spoken to the hosting company (JSWeb) and they say that the problem is not their servers but the CEON module. I am getting passed back and forwards.
JSWeb suggest I should change the SEO URL module, but I really dont want to do this unless there is no other option.
JSWeb not using a cloud computing model but load balanced servers.
They said that it could be my .htaccess file. it is below (couldnt attach it) could you please check that it looks ok.
NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:
Options +FollowSymLinks
RewriteBase /
RewriteEngine On
Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,4}$
Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin.* [NC]
Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors.* [NC]
Don't rewrite payment pages/callback handlers
(Won't be rewritten by rules above but included here in case rewriting of URIs ending in .php is added)
RewriteCond %{REQUEST_URI} !^/ipn_main_handler.php.* [NC]
RewriteCond %{REQUEST_URI} !^/iridium_3d_secure_iframe.php.* [NC]
RewriteCond %{REQUEST_URI} !^/localities_remote_loader.php.* [NC]
RewriteCond %{REQUEST_URI} !^/nochex_apc_handler.php.* [NC]
RewriteCond %{REQUEST_URI} !^/protx_direct_3d_secure_iframe.php.* [NC]
RewriteCond %{REQUEST_URI} !^/realex_remote_3d_secure_iframe.php.* [NC]
Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel.* [NC]
RewriteCond %{REQUEST_URI} !/frontend.* [NC]
Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
Please advise
Many thanks
David