Re: CEON URL working with Multi-language SEO URLs
@jmcdougal
If Google is still not supporting retaining the base element for cached pages (instead of clobbering it with their own), you will need to apply the same fixes as were needed to handle images with the FaceBook OpenGraph crawler. Option #1 or Option #2 from that post are probably your best bet at this time.
For option #2: Most themes currently use page relative links instead of zen_href_link() when linking to a CSS or JS file. This needs to be changed in your theme as part of option #2. The file in most themes generating links to CSS and JS resources is: "/includes/templates/your_theme_name/common/html_header.php".
NOTE: "zen_href_link($page_relative_link, null, $request_type);" should work nicely as long as everything in "/includes/configure.php" is correct.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
lhungil
@jmcdougal
If Google is still not supporting retaining the base element for cached pages (instead of clobbering it with their own), you will need to apply
the same fixes as were needed to handle images with the FaceBook OpenGraph crawler. Option #1 or Option #2 from that post are probably your best bet at this time.
For option #2: Most themes currently use page relative links instead of zen_href_link() when linking to a CSS or JS file. This needs to be changed in your theme as part of option #2. The file in most themes generating links to CSS and JS resources is: "/includes/templates/your_theme_name/common/html_header.php".
NOTE: "zen_href_link($page_relative_link, null, $request_type);" should work nicely as long as everything in "/includes/configure.php" is correct.
Thanks again for your help. I wasn't able to reply until now, but I had tested absolute url paths on one of the css files shortly after making the original post and it worked. Again, thanks for the insight. I truly appreciate it.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
DivaVocals
Not by Ceon, but perhaps your mySQL editor added it??? In any case the readme instructions clearly state not to use it..
In any case glad you have it working now..
Leaving it at the original is CORRECT (as per the EZ Page on page usage instructions) I wouldn't spend any time trying to "fix" that..
It must have been CEON since the entry was already there the first time I looked in the DB and the entry points to the EZ page id number (like it would point to a product id number in the DB), so it must have been entered when I used the "automatically create URI..." in EZ pages.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
pexter
It must have been CEON since the entry was already there the first time I looked in the DB and the entry points to the EZ page id number (like it would point to a product id number in the DB), so it must have been entered when I used the "automatically create URI..." in EZ pages.
Right, but that is because you were trying to generate an invalid URI from your EZ Pages.. If you were to have entered these directly URI's in the DB (as suggested in the readme) this would not have happened..
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
DivaVocals
Right, but that is because you were trying to generate an invalid URI from your EZ Pages.. If you were to have entered these directly URI's in the DB (as suggested in the readme) this would not have happened..
So I think that is recognized. The posting was made to clear up the fact that the number 17 was not entered manually, and therefore had been autogenerated by the plugin. Further there was no attempt at this point to generate a wrong uri, the attempt was to generate the entry to redirect using the documented process/information, but it was not accurately implemented. All rewrites being applied were being properly considered (a rewrite for the ezpage and a rewrite for the internal uri destination) but they were not properly integrated.
So, yes, had the OP already known the need for the ezpage to internally point to a rewritten URI and that URI had to already be rewritten through database entry in order to take advantage of that aspect, then the initial quuestioning would not have occurred to bring us to this conversation.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
mc12345678
So I think that is recognized. The posting was made to clear up the fact that the number 17 was not entered manually, and therefore had been autogenerated by the plugin. Further there was no attempt at this point to generate a wrong uri, the attempt was to generate the entry to redirect using the documented process/information, but it was not accurately implemented. All rewrites being applied were being properly considered (a rewrite for the ezpage and a rewrite for the internal uri destination) but they were not properly integrated.
Not to belabor this anymore, but my point was and still is that you CANNOT generate a URI for an EZ Page which is an internally linked page.. Conor had stated this many time in this support thread. I merely reiterated this point in response to the OP's original question.
Quote:
Originally Posted by
mc12345678
So, yes, had the OP already known the need for the ezpage to internally point to a rewritten URI and that URI had to already be rewritten through database entry in order to take advantage of that aspect, then the initial quuestioning would not have occurred to bring us to this conversation.
The OP does not need for the EZ Page internal link to be the rewritten URI at all. If one wants, you CAN in fact use the native internal link. Alternatively, yes you can use the correct URI. In either case you should not attempt to generate an EZ Page URI, and instead manually add the URI to the DB following the instructions in the readme. If you do use the native page link instead of the rewritten URI, you will find that Ceon URI will apply it's magic to the EZ Page header or footer menu links and direct visitors to the correct URI.
Re: CEON URL working with Multi-language SEO URLs
Hi,
http://www.****.com/index.php?main_page=products_all now turned to http://www.****.com/all-products
but when i open http://www.****.com/all-products in my browser, there is nothing, while open http://www.****.com/index.php?main_page=products_all,
it shows all my products...i don't know what is going on ? Can someone help ? thank you.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
jemmylien
1.
sorry, this problem has been solved, i think it is because i wrote wrong in the phpmyadmin, now it works.
http://www.***.com/index.php?main_page=reviews changed to http://www.***.com/reviews
but in the source file, the link is still http://www.***.com/index.php?main_page=reviews, it there any thing can do to change it to http://www.***.com/reviews ?
2.
All my products' links are www.***.com/greenpant?cPath=1_33& , with a "?cPath=1_33&" at the end.
how to remove ?cPath=1_33&...
3.
For all products show, its link is www.***.com/all-products?disp_order=1&page=2
how can i set the rule in phpmyadmin to map it ?
Thank you,
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
jemmylien
To answer #1, you need to provide an ACTUAL link to your site.. otherwise we'll ALL be guessing.. The contents of your .htaccess file wouldn't hurt either.. Please use the code tag on the toolbar (the # symbol) to enclose your code.. (makes it easier to read, and stops the forum software from parsing your code)
The answers to 2 & 3 are covered in the readme document..
From the reame document (installation tab)
Quote:
OPTIONAL but RECOMMENDED Take a note of the FAQs
Lots of people ask us the same questions. It's worth reading the FAQs.
At the very least, here are some of the most popular questions that are covered.
Re #3 - Short answer is that products with sub-categories will ALWAYS display this way.. The readme covers WHY (Item #9 of the FAQs), and if you search this thread you will see that this frequently asked question has been addressed by the late author and others..
Re #4 - Again this is covered in the readme Module Features --> Canonical URIs
Re: Ceon URI Mapping v4.x
I'm on a fresh new install of v. 1.53 and on the latest versions of PHP and MySQL. My zencart developer found a conflict between this mod and Fast and Easy Checkout and the checkout does not work and she said I needed to hire a programmer. I'd like to use both mods. Has anyone else had this issue and was able to solve it? www.enlita.com/shop