Page 182 of 245 FirstFirst ... 82132172180181182183184192232 ... LastLast
Results 1,811 to 1,820 of 2445
  1. #1811
    Join Date
    Feb 2015
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Trying to use this and keep getting a 404 error, any idea on how I can sort this using the latest zen cart and I have put the rewrite rule in.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mattbough View Post
    Trying to use this and keep getting a 404 error, any idea on how I can sort this using the latest zen cart and I have put the rewrite rule in.
    Not without some information.. like.. Site link, and the contents of your .httaccess file..
    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. #1813
    Join Date
    Jun 2011
    Location
    Colorado, USA
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi,

    My Zen Cart was originally installed in a sub-folder, "store," of the main site. We are restructuring, removing the main site and moving Zen Cart to the root. All the URIs have "store" in the URI mapping field. Is there an easy way to remove this from all the URI mappings?

    Many Thanks!

  4. #1814
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by ZeroGravity View Post
    Hi,

    My Zen Cart was originally installed in a sub-folder, "store," of the main site. We are restructuring, removing the main site and moving Zen Cart to the root. All the URIs have "store" in the URI mapping field. Is there an easy way to remove this from all the URI mappings?

    Many Thanks!
    Easy?? meaning AUTOMATED?? MOPE.. you gotta buy the commercial Mapping Manager module from JS Web to get the automation you are seeking.. Otherwise, you can try running a script against the DB to remove JUST the "store" string from the URI mapping table. or you will have to roll up your sleeves and edit each product, category, manufacturer, and EZ page.
    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.

  5. #1815
    Join Date
    Jun 2011
    Location
    Colorado, USA
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Thanks @DivalVocals. Not quite the answer I was hoping for but half anticipating.

  6. #1816
    Join Date
    Jun 2011
    Location
    Colorado, USA
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Just in case anyone else has the same issue here is the SQL I used to remove "/store" from the front of the URI Mappings.
    Code:
    UPDATE ceon_uri_mappings
    SET uri = RIGHT(uri, length(uri) - 6)
    WHERE uri like "/store%";

  7. #1817
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by ZeroGravity View Post
    Just in case anyone else has the same issue here is the SQL I used to remove "/store" from the front of the URI Mappings.
    Code:
    UPDATE ceon_uri_mappings
    SET uri = RIGHT(uri, length(uri) - 6)
    WHERE uri like "/store%";
    Thanks for sharing!!!!
    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.

  8. #1818
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Although it wasn't deeply described, but if this store is/was already indexed/bookmarked then you'll be missing out on the benefit of the uris being rewritten using CEON URI Mapping. By that I mean anyone/anything visiting your-store.com/store/cool-category will not get redirected to your-store.com/cool-category but instead either product not found or to the root...

    A .htaccess rule could be used at this point to rectify that if it is needed, but ideally inactive URIs in CEON URI Mapping would be used to accomplish that.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1819
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    Although it wasn't deeply described, but if this store is/was already indexed/bookmarked then you'll be missing out on the benefit of the uris being rewritten using CEON URI Mapping. By that I mean anyone/anything visiting your-store.com/store/cool-category will not get redirected to your-store.com/cool-category but instead either product not found or to the root...

    A .htaccess rule could be used at this point to rectify that if it is needed, but ideally inactive URIs in CEON URI Mapping would be used to accomplish that.
    Forgot about that.. The .htaccess rule will be easier.. The OP would have to regenerate every URI manually if he doesn't own the Mappings Manager.. Just did this for a client. Moved her site from a sub-folder to the root.. This should be placed above other rules in the .htaccess file. Works like a dream..

    Code:
    #To redirect the contents of a whole directory to the webserving root
    RewriteRule ^store/(.*)$ /$1 [R=301,NC,L]
    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.

  10. #1820
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    The OP would have to regenerate every URI manually if he doesn't own the Mappings Manager..
    The Mappings Manager is not the only tool that can be used to automate the large majority of the rewrites to accomodate a shift such as this.

    Can search for EasyPopulate CEON URI and find a tool that can do similar modification.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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