Page 171 of 245 FirstFirst ... 71121161169170171172173181221 ... LastLast
Results 1,701 to 1,710 of 2445
  1. #1701
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: CEON URL working with Multi-language SEO URLs

    As for the ezpage menu option pointing to the "right" location, we're back to what Diva Vocals pointed out. The Ez-page points internally to a uri. That uri is rewritten, CEON URI Mapping does not provide rewrite support for rewritten uris. Before anyone says I'm wrong, what I mean by that is if your ezpage redirects to site/index.php?main_page=specials, then the rewritten ez-page will show that as the link. But, if in the ezpage, you set the internal link to site/specials, then the rewritten ezpage will show that as the link... And it will then work as desired...

    What I'm trying to get at is that if the last destination is something that needs to be translated by ceon uri mappings, and there are link after link embedded to get to that last link, the last link (or really the second from where the first link points) will not get translated. Only the link off of the current page is translated.

    So again, in this case, go into your ezpage editor and change the link to which it goes from site/index.php?main_page=specials to site/specials. And done.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #1702
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by pexter View Post
    URI= /specials
    Language_id= 1
    current_uri= 1
    main_page= specials (it used to say "page" but I changed it just now to specials, the others still says page)
    query_string_parameters= NULL
    associated_db_id= 17
    alternate_uri= NULL
    redirection_type_code= NULL
    date_added= (the date it was added)

    Check the specials link again, it now points somewhere but the link addresses hasen't changed on the website, shouldn't the links automatically change to /specials /new-products etc...?

    /Peter
    From the readme
    • Use software such as PHPMyAdmin to add a new record to the ceon_uri_mapping table.
    • The URI mapping to be mapped from should be entered in the uri field. (Remember to begin the URI with a slash ‘/’).
    • The number representing the language ID this URI mapping applies for should be entered in the language_id field.
    • The current_uri field should be set to “1” to make this the “current” URI.
    • The Zen Cart page to be mapped to should be entered in the main_page field.
    • The date/time this URI mapping was added should be set in the date_added field (or just use the “NOW()” SQL function).
    • The query_string_parameters, associated_db_id and alternate_uri fields are not used, they must be left as “NULL”. The redirection_type_code is not used either so it doesn't matter what value it has (it can just be left at the default value of 301).
    I don't know where/how you determined a value for or WHY you have an associated_db_id for the specials page, but my guess is THAT is the issue. Take that out.. what happens???

    and if you haven't done so remove those EZ-Page redirects you created.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1703
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    I have a couple of sites where I have utilized CEON URI Mapping. It works great except when Google caches web pages. For some reason, the CSS and JS links are broken and I'm assuming it has something to do with the rewrite rule, but just a guess. When the urls are basic such as www.domain.com/content, then Google caches it correctly. However, if another level is added to the url such as www.domain.com/content/more-content, this is where the caching becomes a problem. Does anyone have any ideas as to how to correct this? In advance, thanks.

    Version used: 4.4.2
    Zen Cart Version: 1.5.1
    Effected URL: www.l i v i n g a v e n u e .com
    Working cached page: https://l i v i n g a v e n u e .com/rick-warren
    Working cached page at Google: http://webcache.googleusercontent.co...&ct=clnk&gl=us
    Incorrect cached page: https://l i v i n g a v e n u e .com/introductory-logic-student/james-nance/1591280338
    Incorrect cached page at Google: http://webcache.googleusercontent.co...&ct=clnk&gl=us

  4. #1704
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by DivaVocals View Post
    From the readme


    I don't know where/how you determined a value for or WHY you have an associated_db_id for the specials page, but my guess is THAT is the issue. Take that out.. what happens???

    and if you haven't done so remove those EZ-Page redirects you created.
    The why has to do with the how... There is/was an entry for the ezpage to go to specials, that ezpage had a value of 17. When attempting to create a redirect for just main_page=specials, the instructions were only partially followed/understood and the associated_db_id was not properly set/nulled.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1705
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by DivaVocals View Post
    From the readme


    I don't know where/how you determined a value for or WHY you have an associated_db_id for the specials page, but my guess is THAT is the issue. Take that out.. what happens???

    and if you haven't done so remove those EZ-Page redirects you created.
    Disregard that last part..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #1706
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by mc12345678 View Post
    The why has to do with the how... There is/was an entry for the ezpage to go to specials, that ezpage had a value of 17. When attempting to create a redirect for just main_page=specials, the instructions were only partially followed/understood and the associated_db_id was not properly set/nulled.
    Right.. It was a rhetorical statement.. wasn't really looking for the logic behind the decision of adding a associated_db_id.. I posted the readme instructions to point out that it wasn't needed..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1707
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by jmcdougal View Post
    ... For some reason, the CSS and JS links are broken and I'm assuming it has something to do with the rewrite rule, but just a guess. ...
    It appears the "cached" page from October 17th, 2014 has an out of date base element (does not match the current site's base element as of November 10, 2014). The out of date / incorrect URL in the base element on the "cached" page is why the external CSS, JS, and images are not being loaded.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  8. #1708
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by lhungil View Post
    It appears the "cached" page from October 17th, 2014 has an out of date base element (does not match the current site's base element as of November 10, 2014). The out of date / incorrect URL in the base element on the "cached" page is why the external CSS, JS, and images are not being loaded.
    Thanks for the reply, but the base elements are indeed the same from the cached date and today. Are you possibly looking at the base element Google creates on the cached page? Thanks again.

  9. #1709
    Join Date
    May 2013
    Location
    Karlskoga, Sweden
    Posts
    48
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Yay! It works! The associated_db_id was automatically created by CEON, but when I nulled it and changed the internal link in EZpages, it works.
    However, I did immediately run into some problems when trying to fix the FAQs link... don't know why though, it must be something else, got a 404 so I have reverted it back to original until I find a solution.

    Thanks everybody, great work!

  10. #1710
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by pexter View Post
    The associated_db_id was automatically created by CEON
    Not by Ceon, but perhaps your mySQL editor added it??? In any case the readme instructions clearly state not to use it..

    In any case glad you have it working now..

    Quote Originally Posted by pexter View Post
    However, I did immediately run into some problems when trying to fix the FAQs link... don't know why though, it must be something else, got a 404 so I have reverted it back to original until I find a solution.
    Leaving it at the original is CORRECT (as per the EZ Page on page usage instructions) I wouldn't spend any time trying to "fix" that..
    Last edited by DivaVocals; 10 Nov 2014 at 08:58 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

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