Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
NateL
I understand Conor. For what it's worth, your instructions did help me to figure things out. I just had to fiddle around with it before I got it right, and I figured a more real world example of what I just went through would help some one out. My example is lengthy, but you're free to C&P all you want :yes: :D
Thanks! Glad you're sorted now! :)
All the best...
Conor
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
deltaflyer
I am using other encoding - Not UTF-8 in other language (Thai)
Can I use the URL Rewrite ? I try the URI Mapping it show as Blank space...
The module has extensive support for character encodings. It has full support for iso-8859-1/us-ascii and utf-8/utf7-imap. For any other encodings it attempts to use iconv and converts character sets into UTF-8 for internal processing and transliteration.
If this isn't working on your server then either you don't have a working iconv setup or the THAI encoding you are using simply won't work with the String handling this software uses. In which case you should use UTF-8 on your site or abandon any idea to use the module.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi there,
I'm encountering 404 Not Found page (that says The server can not find the requested page) when I log in via the login sidebox on those product pages with URI mapping. It seems SSL URI mapping links (e.g., https://.../diecast/1-72-f-a-18-supe...-diecast-50179) are inaccessible.
How can I get this fixed?
Many thanks,
Brian
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
The module has extensive support for character encodings. It has full support for iso-8859-1/us-ascii and utf-8/utf7-imap. For any other encodings it attempts to use iconv and converts character sets into UTF-8 for internal processing and transliteration.
If this isn't working on your server then either you don't have a working iconv setup or the THAI encoding you are using simply won't work with the String handling this software uses. In which case you should use UTF-8 on your site or abandon any idea to use the module.
All the best...
Conor
ceon
Hi,
I am trying to change the encoding to UTF-8 from TIS-620.
It was a PAIN. Now I change all the database table and field to UTF, change the header in the languages files but It not working and show as... http://fashionbyim.com/shop/
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
deltaflyer
Hi,
I am trying to change the encoding to UTF-8 from TIS-620.
It was a PAIN. Now I change all the database table and field to UTF, change the header in the languages files but It not working and show as...
http://fashionbyim.com/shop/
Zen Cart doesn't support UTF-8 as standard. Have you "installed" the following module? It sets the database handler to using UTF-8, which is essential and the lack of this may be causing your problems:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=601
Hope that helps!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
bnamodel
I'm encountering 404 Not Found page (that says The server can not find the requested page) when I log in via the login sidebox on those product pages with URI mapping. It seems SSL URI mapping links (e.g.,
https://.../diecast/1-72-f-a-18-supe...-diecast-50179) are inaccessible.
It seems like you have a problem with your SSL configuration value for HTTPS_SERVER and/or the login sidebox is trying to use relative instead of full URIs.. no URI mapping software can use links which use "../" - it makes no sense!
You always need to use full paths as Zen Cart is no longer access from /shop/index.php (for example) but from things like /category-name/sub-category-name/product-one
Hope that helps!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
The module has extensive support for character encodings. It has full support for iso-8859-1/us-ascii and utf-8/utf7-imap. For any other encodings it attempts to use iconv and converts character sets into UTF-8 for internal processing and transliteration.
If this isn't working on your server then either you don't have a working iconv setup or the THAI encoding you are using simply won't work with the String handling this software uses. In which case you should use UTF-8 on your site or abandon any idea to use the module.
All the best...
Conor
ceon
Quote:
Originally Posted by
conor
Thanks! Installing UTF-8 support will update shortly!!
Re: Ceon URI Mapping (SEO)
I don't editing the files and convert all the table to UTF-8 but still no luck T_T
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
deltaflyer
I don't editing the files and convert all the table to UTF-8 but still no luck T_T
What do you mean by "still no luck". You haven't exacxtly explained what's going wrong!
If you are getting a blank page then please search this forum for "blank page" and you'll see some steps you can take to find out what error is occurring. It could be this is nothing to do with encodings?
All the best...
Conor
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
It seems like you have a problem with your SSL configuration value for HTTPS_SERVER and/or the login sidebox is trying to use relative instead of full URIs.. no URI mapping software can use links which use "../" - it makes no sense!
Hi Conor,
Thanks for your quick reply. Sorry that I didn't state it clearly. Actually I can access to "http://www.bnamodelworld.com/diecast/1-400-australia-qantas-a330-200-vh-ebb-diecast-55575?zenid=fd30092e51bda250d82843b582ccb83e" but not to the SSL link "https://web67.justhost.com/~bnamode1/diecast/1-400-australia-qantas-a330-200-vh-ebb-diecast-55575?zenid=fd30092e51bda250d82843b582ccb83e" as an example.
Thanks again,
Brian