Page 118 of 245 FirstFirst ... 1868108116117118119120128168218 ... LastLast
Results 1,171 to 1,180 of 2445
  1. #1171
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi,

    I just updated from 3.6.3 to the 4.4.1 and checked through the installations pprocess and all went well and no (apparent) errors.

    However I'm still getting the ?cpath=xxx tag at the end of numerous URL's

    I read the FAQ and understand that this is apparent for linked products.
    The issue is, I don't have any linked products on my site..??

    I also understand they are not really an issue, but I'd rather them not be there unless they have to be, and as I don't have linked products, they don't have to be, or rather shouldn't be..!

    I've gone through and re-generated various URL's to see if makes a difference but no...

    I also cleared my own cache in case that was an issue but no
    Any clues..?

    Thanks,
    Mike

  2. #1172
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by Mike_Dean View Post
    Hi,

    I just updated from 3.6.3 to the 4.4.1 and checked through the installations pprocess and all went well and no (apparent) errors.

    However I'm still getting the ?cpath=xxx tag at the end of numerous URL's

    I read the FAQ and understand that this is apparent for linked products.
    The issue is, I don't have any linked products on my site..??

    I also understand they are not really an issue, but I'd rather them not be there unless they have to be, and as I don't have linked products, they don't have to be, or rather shouldn't be..!

    I've gone through and re-generated various URL's to see if makes a difference but no...

    I also cleared my own cache in case that was an issue but no
    Any clues..?

    Thanks,
    Mike
    can you post a link to a guilty product please?

  3. #1173
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x


  4. #1174
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by Mike_Dean View Post
    Are any of the items listed as specials or featured?

  5. #1175
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by picandnix View Post
    Are any of the items listed as specials or featured?
    No.. they are standard listings

  6. #1176
    Join Date
    Aug 2011
    Location
    Indiana
    Posts
    66
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I have ZC 1.5 The mapping works great with the .htaccess file in place however my paypal express will not connect to paypal after adding this file. If I remove the .htaccess then the mapped pages give a 404 not found. I suspect the rule needs revising, but I have no clue what to change.
    Here is the rule being used:

    ## BEGIN CEON URI MAPPING REWRITE RULE

    RewriteEngine On

    # Don't rewrite "cpanel" directory
    RewriteCond %{REQUEST_URI} !^/cpanel/ [NC]
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    # Don't rewrite any URIs for some, popular specific file format extensions,
    # which are not covered by main file extension condition above
    RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
    # Don't rewrite any URIs for some specific file format extensions,
    # which are not covered by main file extension condition above
    # Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
    #RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/ad_ff_min [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite temp directory
    RewriteCond %{REQUEST_URI} !^/temp/ [NC]
    # Don't rewrite old_editors directory
    RewriteCond %{REQUEST_URI} !^/old_editors/ [NC]
    # Don't rewrite ffdocs directory
    RewriteCond %{REQUEST_URI} !^/ffdocs/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]

    ## END CEON URI MAPPING REWRITE RULE

  7. #1177
    Join Date
    Aug 2011
    Location
    Indiana
    Posts
    66
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I managed to figure it out.
    I added this line to more inclusive of all the file types.
    That is what caused the problem.
    I went back to the original example of the file given by the module.
    Works great thank you!
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]

  8. #1178
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by 14all41 View Post
    I managed to figure it out.
    I added this line to more inclusive of all the file types.
    That is what caused the problem.
    I went back to the original example of the file given by the module.
    Works great thank you!
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    and the line is unnecessary which is why Conor didn't include it to begin with.. glad you got it all worked out..
    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.

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

    Default Re: Ceon URI Mapping v4.x

    I apologise in advance if this is a silly question but i'm ripping my hair out and it's probably something very obvious! (Total Newb here)

    I'm stuck on the Install Check.

    The instructions/error reads:
    Store Configuration Files Check
    The value for DIR_WS_HTTPS_CATALOG in the store side's configure.php file is wrong.

    The current value for DIR_WS_HTTPS_CATALOG is “https:/”.
    The value for DIR_WS_HTTPS_CATALOG must start with a slash.
    Add a slash, /, to the start of DIR_WS_HTTPS_CATALOG.
    The value for DIR_WS_CATALOG does not match the value for DIR_WS_HTTPS_CATALOG in the store side's configure.php file.

    The current value for DIR_WS_CATALOG is “/onlineshop/”.
    The current value for DIR_WS_HTTPS_CATALOG is “https:/”.
    As Ceon URI Mapping uses static URIs, it is not possible for the store to use different paths for the base of the store's URIs. For example, different subdirectories cannot be used.
    This means a shared SSL certificate - for example, of the format http://shared-ssl-domain.com/store-username - cannot be used for the site once static URIs are being used.
    You must change the value for DIR_WS_CATALOG to match that of DIR_WS_HTTPS_CATALOG.
    To be able to make this change, and still have the site work correctly, may require purchasing and installing an SSL certificate for the store's domain.
    I've downloaded the onlineshop/includes/configure.php and changed the details to:

    define('DIR_WS_CATALOG', '/onlineshop/');
    define('DIR_WS_HTTPS_CATALOG', '/onlineshop/');
    So they're both the same and start with the /

    Have tried to ftp and my ftp won't upload it saying Server Cannot Accept Argument. Not to be disuaded I've used the FTP with my site hosting and uploaded the file but . . .I'm still getting the same error on the Install Check.

    Any suggestions as to what I've done wrong?

    Site is http://ljandeb.com/onlineshop/

  10. #1180
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    this plugin has been working fine for months and still does.. my problem is this:

    i discovered many old URL's (from old site) that are backlinked from other sites and tried adding 301 redirect statements to my htaccess file to redirect these to the new current pages.. i did this because there are still hundreds of urls' that i did not rename using CEON (i only did the main ones at install). Plus there are many other URL's from our blog (wordpress) that also needed to be redirected.

    the redirects mostly all work BUT some don't and it's because the data in the 'to' URL is being copied to the end of the new URL..

    for example http://www.swordsofhonor.com/theater...theater-swords
    is being redirected to http://www.swordsofhonor.com/fantasy...theater-swords when it should go to http://www.swordsofhonor.com/fantasyswords.html

    here is the 301 redirect in the htaccess file
    RedirectMatch 301 ^/theater-swords.* http://www.swordsofhonor.com/fantasyswords.html

    is this fixable?? or do i have to go into hundreds of products and categories in the zen admin and add the old URL?? hope not.. :)

 

 

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