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
1 Attachment(s)
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
http://www.zen-cart.com/forum/attach...1&d=1299655166
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
Re: Ceon URI Mapping (SEO)
Hi Enzo,
You seem to like posting here. :)
Quote:
Originally Posted by
enzo-ita
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
Re: Ceon URI Mapping (SEO)
Hi Alan,
Quote:
Originally Posted by
alan145
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.
Quote:
Originally Posted by
alan145
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
Re: Ceon URI Mapping (SEO)
Quote:
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.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi Enzo,
You seem to like posting here
Yes, I like the way you take care about questions. :clap:
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
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'
);
?>
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
Quote:
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.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
keneso
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.
Re: Ceon URI Mapping (SEO)
Quote:
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.