Page 120 of 245 FirstFirst ... 2070110118119120121122130170220 ... LastLast
Results 1,191 to 1,200 of 2445
  1. #1191

    Default Re: Ceon URI Mapping v4.x

    Could use a little help,

    Everything is working perfectly except I want all the URLs to keep the trailing slash?

    e.g http://kitchenwarehouseltd.com/repla...kitchen-doors/

    instead of: http://kitchenwarehouseltd.com/repla...-kitchen-doors

    Anyone know how I could do this?

  2. #1192
    Join Date
    May 2013
    Location
    Brisbane, Queensland, Australia, Australia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Requesting help again.

    404 errors when I enable this plug in. I have tried the rewrite rule with and without the '/' in the last line of code.

    May be related to this message that I receive when I get the rewrite code:

    If using a .htaccess file

    The path to the .htaccess file can't be constructed as there appears to be a problem with the paths in the store's configure.php file. The catalog folder, /onlineshop/, is not the end part of the path to the store: D:\Hosting\10875245\html\onlineshop/.

    The values for DIR_WS_CATALOG and DIR_FS_CATALOG should be checked and fixed.
    Fixed to what?
    website is ljandeb.com
    zen is at ljandeb.com/onlineshop

    Webhosting uses IIS 7.0 and the rewrites work well with the WordPress but not with zen?

    Thanks in advance.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by LisaB View Post
    Code:
    The path to the .htaccess file can't be constructed as there appears to be a problem with the paths in the store's configure.php file. The catalog folder, /onlineshop/, is not the end part of the path to the store: D:\Hosting\10875245\html\onlineshop/.
    
    The values for DIR_WS_CATALOG and DIR_FS_CATALOG should be checked and fixed.
    Fixed to what?
    website is ljandeb.com
    zen is at ljandeb.com/onlineshop

    Webhosting uses IIS 7.0 and the rewrites work well with the WordPress but not with zen?

    ...
    I'm going to guess the installer's "auto-detection" of server type failed (can happen for a few different reasons...). When this happens the installer reverts to assuming you are running Apache (and attempts to build rewrite rules specifically for Apache).

    Question? Is your IIS Server configured for URL Rewrite? Or for ISAPI Rewrite?
    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

  4. #1194

    Default Re: Ceon URI Mapping v4.x

    I think connor was planning on adding an option to always default to adding a trailing slash or not. I think this has to do with the href function but I can't figure out for the life of me what to do.

    Can anyone help?

  5. #1195
    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 DannyVarley View Post
    I think connor was planning on adding an option to always default to adding a trailing slash or not. I think this has to do with the href function but I can't figure out for the life of me what to do.

    Can anyone help?
    I don't recall Conor saying he'd be adding any feature like this. Given that the addition of the trailing slash adds no real value to the URL as per the purpose of this module I can't see why he'd put in the effort..
    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. #1196

    Default Re: Ceon URI Mapping v4.x

    Hi Diva!

    In this thread: http://www.zen-cart.com/showthread.p...back-requested

    He said:

    I'm thinking that the first enhancement I'll make is to add an option "Store sometimes/always uses slashes at the end of URIs other than the home page's URI".
    Which is exactly what I want it to do :)
    Thanks,
    Daniel

  7. #1197
    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 DannyVarley View Post
    Hi Diva!

    In this thread: http://www.zen-cart.com/showthread.p...back-requested

    He said:



    Which is exactly what I want it to do :)
    Thanks,
    Daniel
    You'll now have to ask JSWeb if they intend to make this modification.. Otherwise, it's not required and adds no real value to the URL.. Your site does not NEED/REQUIRE this this.. (ie: see Amazon and other major online retailers.. see this forums URLs too..)
    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. #1198

    Default Re: Ceon URI Mapping v4.x

    This file:
    includes\classes\class.CeonURIMappingAdminCategoriesProducts.php

    This function:
    autogenCategoryOrProductURIMapping

    just before the very last line in that function add:
    $uri = $uri.'/';

    then the next line should return the uri with a slash on the end.
    return $uri;

    Haven't tested it tho!


    Quote Originally Posted by DannyVarley View Post
    Hi Diva!

    In this thread: http://www.zen-cart.com/showthread.p...back-requested

    He said:



    Which is exactly what I want it to do :)
    Thanks,
    Daniel

  9. #1199

    Default Re: Ceon URI Mapping v4.x

    Hi Barricades! Thanks for helping me

    I can't actually find where to put it in includes\classes\class.CeonURIMappingAdminCategoriesProducts.php

    There doesnt even seem to be a autogenCategoryOrProductURIMapping function,

    What line is it on?

    Danny

  10. #1200

    Default Re: Ceon URI Mapping v4.x

    Are you sure you're not looking in STORE/ADMIN/includes/classes for the file - you should be just looking in STORE/includes/classes

 

 

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