Page 22 of 291 FirstFirst ... 1220212223243272122 ... LastLast
Results 211 to 220 of 2907
  1. #211
    Join Date
    Jan 2005
    Location
    Old Blighty
    Posts
    101
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Oh, one more thing actually, is there any way of getting the manufacturer's name in the URL? Thanks!

  2. #212
    Join Date
    May 2009
    Location
    Italy
    Posts
    19
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    That URI wouldn't appear as it is doing if that was true. If you check your EZ-Pages your client must have entered something in one of the chapter fields.

    If it's not that then I'm afraid I'm not sure what it is. This is definitely a EZ-Page configuration problem though and nothing to do with the URI Mapping module.

    All the best...

    Conor
    Ceon
    Conor,

    Great job on this mod. I look forward to getting it all working perfectly. Realize you're moving at the moment, so if you're swamped right now I'm fine with a delayed answer...

    Searched through this entire list and looked at the FAQs and the configuration instructions. Jill's question seems to be the closest I can find to my problem. However, I don't have any hardcoded links in my code like she did. At least I don't think I do!

    I've installed CEON 3.2.2 on my Zencart 1.3.8a at http://www.edizioninautilus.it and have gotten the product and categories pages working fine. The problem for me is the EZ-page link.

    I manually entered /chi-siamo on our Chi Siamo (who are we?) EZ-page, but in my header and footer, the link keeps showing up like this:

    http://www.edizioninautilus.it/chi-siamo?&chapter=

    Didn't even know what chapters were until today...

    I tried going in and blanking out the 0s that were in the Chapter field (including the Order field), but they kept showing up as 0s even after I updated. Then went in to the EZ Pages Settings under Configuration in the Admin tool and saw that the Table of Contents for Chapters Status for EZ Pages was set to "On", so I disabled that. Still no joy. Tried putting "NULL" in the chapter field, but again saw a 0 when I looked back at the page in the admin.

    Any clue? How can I get that ?&chapter= selector eliminated from the header and footer links on my page?

    By the way, the page http://www.edizioninautilus.it/chi-siamo works fine and my other EZ Pages haven't yet been updated. I'm waiting to get this first one working correctly before doing the rest.

    Thanks and best of luck with the move!

    Jeremy

  3. #213
    Join Date
    May 2009
    Location
    Italy
    Posts
    19
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Darryl,



    That sounds good!



    I've been asked this a few times so I've officially added it as a FAQ. Here's what I've just added:

    A string beginning with “?cPath” is being added to the end of a product's URI!

    The module retains Zen Cart's category history when linking to a linked product which is not within its “master” category, so the full path back through any parent categories is available. To do so, it is essential that the “cpath” query string parameter is added to the URI.

    Without this feature all linked products would always show as belonging to their “master” category, which will not be the category the customer has accessed the product from.. this would make it appear to the customer that they had “jumped” to another part of the site, they would no longer be in the same category they were in previously!

    There is no way to avoid the cPath parameter being added for linked products. It's advised to use linked products only when necessary and/or to simply accept that it's not possible in Zen Cart to omit the cPath parameter in the URI of linked products.

    All the best...

    Conor
    Ceon

    Conor,

    This is probably just a nitpick, but I'm trying to wrestle this thing to the ground...

    On my home page http://www.edizioninautilus.it, I've enabled New Products and Upcoming Products to show up. The links to my New Products show up fine with the correct URIs, but the Upcoming Product links don't. They have the cpath reference included like this:

    http://www.edizioninautilus.it/di-mo...-monte?cPath=3

    Presumably, the upcoming products module treats this product as a kind of "linked" product that is in a different master category??? If so, I guess there's no way to get the cPath reference out? If not, maybe there's a fix that can be added to the mod to keep this from happening? The upcoming products that are in my catalog are definitely only in one category...

    Strange that the New Products module would be working correctly, but the Upcoming Products module does not...

    Not a big deal, but it could create duplicate links for the search engines, particularly if they are crawling from the main page.

    Thanks for a having a look when you get the chance.

    Jeremy

  4. #214
    Join Date
    Mar 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    here is a problem I am having when I have ceon SEO installed.

    I am using godaddy.com hosting 2 sites, one is zencart, the other one is NOT zen cart.

    Zencart was installed first and running fine. Then I uploaded the other site, but not working (500 internal server error).

    Contacted godaddy tech support, here is their response:

    "It appears that the .htaccess file that is uploaded to the account is blocking access to your stats for the account. You will need to review the scripting in this file, especially this line :
    # Handle all other URIs/file types (phphtmlhtm etc.) using Zen Cart (index.php)
    RewriteRule (.*) index.php?%{QUERY_STRING} [L]"

    our zencart site is: http://mivoga.com

    But when you try: http://www.casteldelmare.com, you would get a "500 internal server error"

    please advise what needs to be done to correct this.

  5. #215
    Join Date
    May 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Make sure your .htaccess file is in the right folder.

    if your folder structure looks something like this
    /path/to/root/
    /path/to/root/mivoga.com/
    /path/to/root/casteldelmare.com/
    your .htaccess file should be in mivoga.com/, not in root/.

    .htaccess affects everything beneath it, so having it in root/ will affect both sites, having it in mivoga.com/ should only affect the one site.

    Hopefully that makes sense.

    If that doesn't work, you might have to switch hosts. I dont think its a problem with the module.

  6. #216
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Can you explain how this mapping should be entered/

    from url:

    /index.php?main_page=product_info&products_id=42

    to:

    /index.php?main_page=product_info&products_id=180

    There are a number of blog postings with the first URL, but this no longer exists in the DB (no product_id 42). The new product is product_id 180

    I've tried a number of methods that seem correct according to the docs, but they all end up as page not found.

    Thanks much!

  7. #217
    Join Date
    May 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by kiddo View Post
    from url:

    /index.php?main_page=product_info&products_id=42

    to:

    /index.php?main_page=product_info&products_id=180
    I dont think you can do that with this module, but if its only the one url, add this to the top of your .htaccess

    Code:
    RewriteRule ^index.php?main_page=product_info&products_id=42 index.php?main_page=product_info&products_id=180 [R=301, NC]
    Not having the L flag means it will do both rewrites (old url to new url, new url to pretty url) at the same time

    Hope that works for you
    Last edited by doubleo2; 11 May 2009 at 09:15 PM. Reason: typo

  8. #218
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    That is indeed a good solution, and one I considered. The fly in the goo is that some old URLs may or may not contain cPath info as well and trying to account for all the possible permutations would be error prone and at best, a guess.

    My current solution was to add a translation table at the beginning of the init chain that checks URLs for old product id numbers and does a simple translation as well as stripping out any cPath info. This seems to cover all cases no matter how the original URL was formed.

    The Ceon docs seem to imply that this type of translation is possible, but in practice doesn't seem to work. If it did work as outlined, for the above translation to work, the main_page field in the URI table would need to be a little bigger than 45 chars. Not a problem.

    BTW: this mod is otherwise exceptionally good! It's what I'm trying to do with it that's a little odd.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    How are you?

    Quote Originally Posted by kiddo View Post
    Can you explain how this mapping should be entered/

    from url:

    /index.php?main_page=product_info&products_id=42

    to:

    /index.php?main_page=product_info&products_id=180
    That's easy enough. You'll have to insert a new record in the database:

    uri

    /index.php?main_page=product_info&products_id=180


    language_id

    1


    current_uri

    1


    main_page

    product_info


    query_string_parameters

    NULL


    associated_db_id

    42


    alternate_uri

    NULL


    redirection_type_code

    301


    date_added


    NOW()


    That will redirect the user to the new page for the product. If this product's new page has a URI mapping then the user will be redirected to that mapping!

    Thanks for your kind words about the module, I'm glad you like it!

    All the best...

    Conor
    Ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by OK Computer View Post
    Oh, one more thing actually, is there any way of getting the manufacturer's name in the URL? Thanks!
    Simply enter it instead of having a mapping auto-generated.. the idea behind this module is you can put whatever you want in your URIs!

    All the best...

    Conor
    Ceon

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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