Hi Damian,
Yes, that's what I meant by "pull the information you want". :)
All the best...
Conor
ceon
Hi Damian,
Yes, that's what I meant by "pull the information you want". :)
All the best...
Conor
ceon
I have a really strange problem i installed the version Installed Version: 4.0.7,, installation checks are good!!
In ez-pages i clicked the uri mapping and now the links for them look good,BUT every now and again they bring up a 404 error,,
To be more specific i have my integrated blog as a link in ez pages, it changes from (blog) to Blog=zenidxxffsscffcfffcfccfccfcf,,Its when it changes to BLOG with the zenid behind it, it send the 404 message..
For example 30 minutes ago i got the 404 error message when clicking on my ez page for the blog,, when it had the zenidxxxxxxx behind the url..So i left it and just checked a minute ago and it back to the www.mydomain.co.uk/blog and the link works perfectly,,
So as you can see its an intermittent problem, that needs to be sorted,,
Im just not sure how,,
any suggestions would help..
Hi,
Since you didn't actually give a real domain name I can't really test anything so my guess is to see if you have mod_security installed and to check your logs for security errors if you do.
Other than that, I'm afraid I don't know what your problem is but nothing in computers is intermittent.. that's what's good about debugging these calculation machine thingies, you know that if you think something is intermittent that you aren't looking at it in the right way and are probably looking at a correlation instead of a causation.
Wishing you luck in getting this fixed..
Conor
ceon
Hi , Conor it is probably (most likely) me that hasnt done something .http://bit.ly/ibqR2D..
im a total nervous wreck installing mods and was glad i got this to work,
Hi,
Took a look, tried adding on zenid=asdasdasd to the blog URI and can't see anything.
Sorry, can't help you here with this.. you should start a new thread as this isn't an issue with Ceon URI Mapping but your blog. If "/blog" is excluded from Ceon URI Mapping's rewrite rule, which it appears to be, then it can't have anything to do with the problem.
Good luck in getting it sorted!
All the best..
Conor
ceon
Just did a fresh install of zencart 1.3.9H
Added the latest version of ceon url mapping
Every product page that I add a url to won't view correctly. It is like every page that gets the URL is showing the main-page data
socialmarketingninjas.com
I am pretty sure it is the .htaccess file issue. an empty file gives me this error, but the recommended settings give all 404 errors, with the two // or with / on the index.php
any suggestions?
## BEGIN CEON URI MAPPING REWRITE RULE
RewriteEngine On
# ONLY rewrite URIs beginning with //
RewriteCond %{REQUEST_URI} ^// [NC]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite any URIs for some, popular specific file format extensions,
# which are not covered by main file extension condition above
RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
# Don't rewrite any URIs for some specific file format extensions,
# which are not covered by main file extension condition above
# Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
#RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^//admin-xxxxxx [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^//editors/ [NC]
# Don't rewrite cgi-bin directory
RewriteCond %{REQUEST_URI} !^//cgi-bin/ [NC]
# Don't rewrite marketing directory
RewriteCond %{REQUEST_URI} !^//marketing/ [NC]
# Don't rewrite .qidb directory
RewriteCond %{REQUEST_URI} !^//.qidb/ [NC]
# Handle all other URIs using Zen Cart (its index.php)
RewriteRule .* //index.php [QSA,L]
## END CEON URI MAPPING REWRITE RULE
Last edited by CheapStairParts; 29 Nov 2011 at 05:36 AM.
Hi,
You've messed up your configure file(s). You can't have two slashes. Sort that out and generate a new example rewrite rule and use it and things should be fine.
(Hint: look at values for DIR_WS_CATALOG and HTTP_SERVER).
All the best..
Conor
ceon
I blame my host, hostgator, since it was their quickinstall tool that I used.
I removed all of the extra // in the config file and it worked.
Thank you so much!
Hi,
Glad you're sorted.
What is this "quick install tool"?
Something that installs Zen Cart? Or third party ZC modules?
If ZC, then it created configure.php files with double slashes in them?
Out of curiosity, where were the double slashes, in which defines?
hostgator are quite popular I thought so surprised this is the first time I've encountered this problem.
All the best...
Conor
ceon
Bookmarks