Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    Hello,

    I was using Ceon URL Mapping SEO but it isn't compatible with 2.0.1. Now all of my product links on pinterest and facebook are dead What other module is comparable and would work with 2.0.1?

    Thanks!

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,870
    Plugin Contributions
    96

    Default Re: Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    There's apparently a version that works on Zen Cart 2.0.1. Check out this support-thread post:

    https://www.zen-cart.com/showthread....98#post1403498

  3. #3
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    Thanks for responding, I'll have to read through it and see. I'm leery of using it if it doesn't state it's for newer versions.

    My old product urls are getting an error code instead of redirecting to my index page. I have a code in the.htaccess file in the public_html folder but it's not working.

  4. #4
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    In case anyone else needs their old urls to redirect to the index page. The .htaccess file needs to be added to the shop folder and this code added to the file:

    <IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
    Options -MultiViews
    </IfModule>

    RewriteEngine On

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
    </IfModule>

  5. #5
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    106
    Plugin Contributions
    2

    Default Re: Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    I just installed CEON URI on my 2.01 dev site using the Git version and it works for me.

    https://github.com/torvista/Zen-Cart_CEON-URI-Mapping

  6. #6
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: Recently Upgraded from 1.5.7 to 2.0.1 What SEO URI Mapping Module is Compatible?

    Thanks I will check it out!

 

 

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. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  5. Ceon URI Mapping (SEO) Module and Blog = problem!
    By linda408 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Oct 2009, 04:09 AM

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