Page 57 of 291 FirstFirst ... 747555657585967107157 ... LastLast
Results 561 to 570 of 2907
  1. #561
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by NateL View Post
    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
    Thanks! Glad you're sorted now! :)

    All the best...

    Conor

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by deltaflyer View Post
    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

  3. #563
    Join Date
    Jul 2009
    Posts
    24
    Plugin Contributions
    0

    Default 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

  4. #564
    Join Date
    Jun 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    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/

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by deltaflyer View Post
    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

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by bnamodel View Post
    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

  7. #567
    Join Date
    Jun 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    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 View Post
    Hi,



    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
    Thanks! Installing UTF-8 support will update shortly!!

  8. #568
    Join Date
    Jun 2009
    Posts
    12
    Plugin Contributions
    0

    Default 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

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by deltaflyer View Post
    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

  10. #570
    Join Date
    Jul 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post

    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

 

 

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