Page 106 of 291 FirstFirst ... 65696104105106107108116156206 ... LastLast
Results 1,051 to 1,060 of 2907
  1. #1051
    Join Date
    Aug 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I installed this add on and update our current products. Is anyone having trouble with SSL error messages in firefox?

    Zen cart 1.3.8

    Thanks

  2. #1052
    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 bigjon1982 View Post
    I installed this add on and update our current products. Is anyone having trouble with SSL error messages in firefox?
    Once you start using URI Mapping you must have the same root level for your URIs.. ie. you can't have

    http://www.mysite.com/shop

    and

    https://sharedsssl.com/mysite.com/shop

    You should purchase a SSL certificate for www.mysite.com so your SSL URIs are almost identical (i.e. end up as https://www.mysite.com)

    That should get you sorted.

    All the best...

    Conor
    ceon

  3. #1053
    Join Date
    Aug 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Once you start using URI Mapping you must have the same root level for your URIs.. ie. you can't have

    http://www.mysite.com/shop

    and

    https://sharedsssl.com/mysite.com/shop

    You should purchase a SSL certificate for www.mysite.com so your SSL URIs are almost identical (i.e. end up as https://www.mysite.com)

    That should get you sorted.

    All the best...

    Conor
    ceon
    The SSL key is set to a non-www is there code in the MOD to change that?

  4. #1054
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor

    First off would like to say fantastic mod! and its free ....even better

    Had abit of confusion when installing it, but persevered and it was down to my own user error (as expected!)


    I do have a question tho, may have been covered off somewhere in this vast thread so appologies if it has!

    Is there anyway to stop duplicates ....so if for some reason me or client added in 2 products of the same name, it would dissalow the second- maybe with an error message saying there was duplicate or something? Otherwise you wont be able to access the seperate products as they would now have the same url

    I can just guarantee i would have a client that will do it haha


    Neway thanks for a awesome mod!


    Many regards
    Scott

  5. #1055
    Join Date
    Aug 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    By how I understand how the zencart SQL database is setup. The products are created with an ID number and not a name but I learning something new everyday. I been using it for months

  6. #1056
    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 bigjon1982 View Post
    The SSL key is set to a non-www is there code in the MOD to change that?
    You don't have to have "www" in the domain name but you must make sure that both the SSL version of the site and the non-SSL version share the same paths after the initial root directory slash.

    I.e. You can't have

    http://mysite.com/SHOP

    and

    https://mysite.com/SSLSHOP

    The full path after the domain name must be identical on both the SSL and NON-SSL versions of the sites.

    The best practice is to just buy the SSL certificate for the main domain name.


    It is our official recommendation that the only difference between the following in your configure.php file should be the "s" after "http" in the second line:

    define('HTTP_SERVER', 'http://mysite.com');
    define('HTTPS_SERVER', 'https://mysite.com');



    That's all you need to get things working. Enjoy the module!

    All the best...

    Conor
    ceon
    Last edited by conor; 28 Jan 2010 at 07:29 PM.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Scott,

    Quote Originally Posted by Ooba_Scott View Post
    First off would like to say fantastic mod! and its free ....even better
    Thanks for the nice comments, it's always nice to hear the work on the software is useful to others and appreciated! :)

    Quote Originally Posted by Ooba_Scott View Post
    Is there anyway to stop duplicates ....so if for some reason me or client added in 2 products of the same name,

    I can just guarantee i would have a client that will do it haha
    I did consider that when writing the software but the amount of code necessary for such a simple check just to warn someone that they've two products of the same name in the same category made me decide that it was better just to tell people not to have two products in the same category with the same name.. after all it simply isn't logical!

    I know what you mean though about the potential of some "dipsy" client ( ;) ) encountering such a situation in the future but I'm afraid that is simply something we'll have to hope doesn't happen!

    I may upgrade the software in future to add a check for this but it's down the list at the minute I'm afraid! :)

    All the best...

    Conor
    ceon

  8. #1058
    Join Date
    Aug 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    You don't have to have "www" in the domain name but you must make sure that both the SSL version of the site and the non-SSL version share the same paths after the initial root directory slash.

    I.e. You can't have

    http://mysite.com/SHOP

    and

    https://mysite.com/SSLSHOP

    The full path after the domain name must be identical on both the SSL and NON-SSL versions of the sites.

    The best practice is to just buy the SSL certificate for the main domain name.


    It is our official recommendation that the only difference between the following in your configure.php file should be the "s" after "http" in the second line:

    define('HTTP_SERVER', 'http://mysite.com');
    define('HTTPS_SERVER', 'https://mysite.com');



    That's all you need to get things working. Enjoy the module!

    All the best...

    Conor
    ceon
    Thank you...I enjoy your modules and your support

  9. #1059
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Thanks for the quick reply :)


    All very valid reasons not to have done it! :)


    Thanks again,

    Scott

  10. #1060
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Is there a way to change the home link on the site to direct to / rather than /index.php?main_page=index .... ? I am using the ceon uri remap, but I dont see a way to do this in there... has anyone done this. Google is showing duplicate home pages which I dont want. I only want google to see / not /index.php or /index.php?main_page=index

    I have left the main_page field blank and tried using a / neither work. Is this possible?

 

 

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