Page 251 of 291 FirstFirst ... 151201241249250251252253261 ... LastLast
Results 2,501 to 2,510 of 2907
  1. #2501
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,
    I have installed mailhive and I have a problem with cronless that is not able to launch the job.
    After lots of searching, I found that disabling CEON URI mapping cronless can launch the job.

    Please see http://www.zen-cart.com/forum/showpo...&postcount=303 and subsequent posts on this matter.

    I think the problem could be solved simply by adding a line in htaccess telling to not rewrite a file url but, I do not know the sintax used to write the rule.
    Can some one help me?

    Thanks

    enzo

  2. #2502
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello conor,
    How are you,hope you have a good day,
    my website use the Ceon url mapping very well, and these days I found a isuue, which is a problem for me, it production two different address for one same product
    for example:
    1. when I visit my website, then click the sub catagory, then I click one product like hyundai 145 DVD, then it displayed http://www.jewellet.com/Hyundai-I45-...I45-Navigation
    this link is correct just as I manual generated.

    but when I click the top of the small flash show of product, see this

    when you click the right or left button on the top flash picture,
    then it make another link like http://www.jewellet.com/6-2-quot--Hy...card_p727.html

    and both link can visit, is there any ways to display the same one? Thank you very much.
    Alan
    Attached Images Attached Images  

  3. #2503
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Enzo,

    You seem to like posting here. :)

    Quote Originally Posted by enzo-ita View Post
    I think the problem could be solved simply by adding a line in htaccess telling to not rewrite a file url but, I do not know the sintax used to write the rule.
    Can some one help me?
    I would guess that whatever the path to the cron script is that you need to add it to the rewrite rule as an exclusion like the cpanel/admin lines.. and/or you need to add the path to the exclusions section of Ceon URI Mapping Config in the admin.

    There's more information about how to do both in the software distribution's FAQs.

    All the best..

    Conor
    ceon

  4. #2504
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Alan,

    Quote Originally Posted by alan145 View Post
    How are you,hope you have a good day,
    Thanks, I'm afraid I'm going to be quite unwell for quite a few months so won't be posting here as often.

    That old link is obviously some old SEO module URI, which has most likely been hard-coded into the image-browser thingy. You need to get your developer to recode this to use zen_href_link().

    All the best..

    Conor
    ceon

  5. #2505
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Thanks, I'm afraid I'm going to be quite unwell for quite a few months so won't be posting here as often.
    Sorry to hear that Conor. Take your time and rest a few Months you deserve it. Maybe you will start feeling better by the time it warms up. Nothing is more important than your health. Have a nice day my friend.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #2506
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Enzo,

    You seem to like posting here
    Yes, I like the way you take care about questions.

    After reading the documentation you mentioned, I have added this rule in htaccess

    require('mailhive.php');

    But no success.
    Instead my site become unreachable.
    I do not pretend that you solve my problems however.
    If I can not solve this, I will keep running mailhive manually.
    All the best.

    enzo

  7. #2507
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Ok I did it on my own.

    I just mod the file includes/extra_datafiles/ceon_uri_mapping_config.php
    adding what in red and voilą it works perfectly now.

    $ceon_uri_mapping_excluded_files = array(
    'ipn_main_handler.php',
    'mailhive.php',
    'nochex_apc_handler.php',
    'localities_remote_loader.php',
    'iridium_3d_secure_iframe.php',
    'protx_direct_3d_secure_iframe.php',
    'realex_remote_3d_secure_iframe.php',
    'sage_pay_direct_3d_secure_iframe.php',
    'ceon_cardsave_direct_3d_secure_iframe.php',
    'ceon_sage_pay_direct_3d_secure_iframe.php',
    'ceon_sage_pay_server_iframe_breakout.php',
    'ceon_sage_pay_server_notification_handler.php'
    );

    ?>

  8. #2508
    Join Date
    May 2009
    Posts
    1,238
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Hi,
    I just installed Ceon, and it seems the installation was ok.
    I then went to one of the products, and checked the
    TEXT_URI_MAPPING_PRODUCT_URIS_AUTOGEN
    at the end of the page.

    After refreshing I get a 404, and notice in the address bar that while it has rewritten the uri, but has left
    ?zenid=ucu493kk3rtqtgvju9do9rocc0
    at the end of it
    the_site/bracelets/amber-bracelet-0101?zenid=ucu493kk3rtqtgvju9do9rocc0

    Can you please tell me what is wrong?

    I don't know if it can be related, but in the admin>modules I see all the references like this
    admin>modules>BOX_CEON_URI_MAPPING
    HEADING_TITLE

    TEXT_AUTOGEN_CONFIG
    TEXT_LABEL_AUTOGEN_ENABLED_NEW TEXT_CONFIG_DESC_AUTOGEN_ENABLED_NEW

    TEXT_LABEL_WHITESPACE_REPLACEMENT TEXT_CONFIG_DESC_WHITESPACE_REPLACEMENT
    TEXT_LABEL_CAPITALISATION TEXT_CONFIG_DESC_CAPITALISATION

    TEXT_CAPITALISATION_LOWERCASE
    TEXT_CAPITALISATION_AS_IS
    TEXT_CAPITALISATION_UCFIRST
    Thank you.

  9. #2509
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by keneso View Post
    Hi,
    I just installed Ceon, and it seems the installation was ok.
    I then went to one of the products, and checked the
    TEXT_URI_MAPPING_PRODUCT_URIS_AUTOGEN
    at the end of the page.

    After refreshing I get a 404, and notice in the address bar that while it has rewritten the uri, but has left
    ?zenid=ucu493kk3rtqtgvju9do9rocc0
    at the end of it
    the_site/bracelets/amber-bracelet-0101?zenid=ucu493kk3rtqtgvju9do9rocc0

    Can you please tell me what is wrong?

    I don't know if it can be related, but in the admin>modules I see all the references like this
    admin>modules>BOX_CEON_URI_MAPPING

    Thank you.
    Go back and check your installation of the module. You have not install it right. Make sure you have renamed the admin folder to your custom folder name before uploading the files.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2510
    Join Date
    May 2009
    Posts
    1,238
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Go back and check your installation of the module. You have not install it right. Make sure you have renamed the admin folder to your custom folder name before uploading the files.
    Thanks, I had renamed the admin folder, and indeed I do see the module in admin>modules.
    I'll nevertheless check back.

 

 

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