Page 200 of 291 FirstFirst ... 100150190198199200201202210250 ... LastLast
Results 1,991 to 2,000 of 2907
  1. #1991

    Default Re: Ceon URI Mapping (SEO)

    Hi,
    There was the following problem. My way to "add_review" is now in Bulgarian "http://www.domain.biz/za-maje/Paco-Rabanne-1-Million-100ml/добави-коментар", but the page can not be found and no one can put comments . Here is my site. Is this fixable.
    Thanks again zenners.

  2. #1992
    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 perfumbg View Post
    Hi,
    There was the following problem. My way to "add_review" is now in Bulgarian "http://www.domain.biz/za-maje/Paco-Rabanne-1-Million-100ml/добави-коментар", but the page can not be found and no one can put comments . Here is my site. Is this fixable.
    Thanks again zenners.
    You've mistakenly set the language defines in admin/includes/languages/bulgarian/extra_definitions/ceon_uri_mapping.php to use Bulgarian!

    This was a silly mistake!

    You should translate the following properly, using only vaild URI characters (no bulgarian characters!):

    PHP Code:
    define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS''reviews');
    define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_INFO''review');
    define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_WRITE''add-a-review');
    define('CEON_URI_MAPPING_URI_PART_TELL_A_FRIEND''tell-a-friend'); 
    You'll then have to go through your database by hand and fix all the records for the products reviews/add a review/tell a friend.

    Sorry but this will take you some time... it's just unfortunate that you made the mistake you did when installing!

    All the best..

    Conor
    ceon

  3. #1993
    Join Date
    Oct 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    i am using zencart version 1.3.9. f and the most advanced folder available in core files is 1.3.9 d
    would this be making a difference ??

  4. #1994
    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 azjs View Post
    i am using zencart version 1.3.9. f and the most advanced folder available in core files is 1.3.9 d
    would this be making a difference ??
    Sorry I've been snowed under supporting people here and trying to get updates of various modules done so I haven't had time to upload floes to the Zen Cart downloads area recently.

    Get 3.8.0 from here, it has 1.3.9f modified sample files in it.

    I've decided to skip the release of 3.8.1 and go straight to 4.0.0. Working on it now but don't know how long it'll take.

    All the best..

    Conor
    ceon

  5. #1995
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi there,

    i have installed Ceon URI Mapping and something is wrong

    sometimes when i open my site is see urls in proper way, but sometines it shows:
    http://www.domain.com/category?zenid=5a7463a7965ed50atyrh
    when i reload my site it goes back to normal:
    http://www.domain.com/category

    i just checked like my site is seen by google bots and and shows:
    http://www.domain.com/category[B]?zenid=5a7463a7965ed50atyrh[/B
    on every page

    so i checked like my pages are indexed in google and i see some strange things: some are indexed normal way, some with zenid in urls but some of them shows index.php as a link to category


    i don't have an idea what can be wrong
    before i had my store installed on other ISP and i was fine

    help pls :)
    rutra

  6. #1996
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by rutra View Post
    Hi there,

    i have installed Ceon URI Mapping and something is wrong

    sometimes when i open my site is see urls in proper way, but sometines it shows:
    http://www.domain.com/category?zenid=5a7463a7965ed50atyrh
    when i reload my site it goes back to normal:
    http://www.domain.com/category

    i just checked like my site is seen by google bots and and shows:
    http://www.domain.com/category[b]?zenid=5a7463a7965ed50atyrh[/B
    on every page

    so i checked like my pages are indexed in google and i see some strange things: some are indexed normal way, some with zenid in urls but some of them shows index.php as a link to category


    i don't have an idea what can be wrong
    before i had my store installed on other ISP and i was fine

    help pls :)
    rutra
    This module has nothing to do with zenid, with that said you need to go to this thread to read up on it.
    http://www.zen-cart.com/forum/showth...t=zenid&page=3
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #1997
    Join Date
    Oct 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    where is the uri mapping manager available for download ??

  8. #1998
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by azjs View Post
    where is the uri mapping manager available for download ??
    At the very top of the first post on page 1 of this discussion thread.
    Or, if that one's not current enough for you, ceon posted a reply to your previous post answering the same question ... just a few posts up from this one.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #1999
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by countrycharm View Post
    This module has nothing to do with zenid, with that said you need to go to this thread to read up on it.
    http://www.zen-cart.com/forum/showth...t=zenid&page=3
    Great thanks

  10. #2000
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Conor,

    I loaded module and everything seemed fine. I have dedicated SSL, root folder and changed admin name. I also performed rewrite for includes/.htaccess file.

    1.3.9g looks like this for .htaccess:
    HTML Code:
    # deny *everything*
    <FilesMatch ".*">
      Order Allow,Deny
      Deny from all
    </FilesMatch>
    
    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    
    RewriteEngine On
    
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/new admin name [NC]
    
    
    IndexIgnore */*
    
    
    ## NOTE: If you want even greater security to prevent hackers from running scripts in this folder, uncomment the following line (if your hosting company will allow you to use OPTIONS):
    # OPTIONS -Indexes -ExecCGI

    I started at top category, clicked button for "have auto generate for this category" and then went to each category below as well as the product itself. Then I enabled module. I see main page fine. When I click on category or any product - I get this error.


    Not Found

    The requested URL /ladies-bible-studies/parenting-with-wisdom was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.burnerbooks.com Port 80

    Once I disable - everything is normal again without new uri mapping. How do I fix?

    Thanks, Kim

 

 

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