Page 23 of 245 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 2445
  1. #221
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi Damian,

    Quote Originally Posted by damiantaylor View Post
    I ended up using preg_replace('/\?.*$/', '', $_SERVER['REQUEST_URI']) to get rid of the zenid from the querystring but it seems to work fine now
    Yes, that's what I meant by "pull the information you want". :)

    All the best...

    Conor
    ceon

  2. #222
    Join Date
    Jul 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    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..

  3. #223
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by sash View Post
    So as you can see its an intermittent problem, that needs to be sorted,,
    Im just not sure how,,

    any suggestions would help..
    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

  4. #224
    Join Date
    Jul 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    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,

  5. #225
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by sash View Post
    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,
    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

  6. #226
    Join Date
    Jul 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by conor View Post
    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
    Thanks for taking a look Conor, appreciated

  7. #227

    Default Re: Ceon URI Mapping v4.x

    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.

  8. #228
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by CheapStairParts View Post
    Just did a fresh install of zencart 1.3.9H
    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

  9. #229

    Default Re: Ceon URI Mapping v4.x

    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!

  10. #230
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by CheapStairParts View Post
    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!
    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

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR