Page 186 of 245 FirstFirst ... 86136176184185186187188196236 ... LastLast
Results 1,851 to 1,860 of 2445
  1. #1851
    Join Date
    Apr 2015
    Location
    brooklyn
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    That would solve it? I think I have a free one from positivessl from the hosting plan

  2. #1852
    Join Date
    Apr 2015
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    On the servers I own SSL works for better than Shared SSL and with the prices these days it is a good idea for everyone to use it....

  3. #1853
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by merica View Post
    Hello

    I use a shared ssl certificate and my https server cataloge is //***.***.com/~***
    It doesnt work and the installation checker says I cant have any subdirectory in the path in the configure.php

    my host appends the /~ for my account.



    Thanks Alot
    Quote Originally Posted by ravynw34 View Post
    Hi,
    Would you be able to post the contents of your configuration file.
    It might help in trying to figure out what the problem may be.
    Thanks
    Quote Originally Posted by TSMedia View Post
    On the servers I own SSL works for better than Shared SSL and with the prices these days it is a good idea for everyone to use it....
    Quote Originally Posted by merica View Post
    That would solve it? I think I have a free one from positivessl from the hosting plan
    So the centrl issue (and one reason suggested to post your configure.php file though if you do be sure to obscure your DB_PASSWORD) is that the directories (DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG) need to be the same under http as well as https. To accomplish this if so desired with a shared SSL (though also suggest obtaining a dedicated one) is to incorporate the ~ portion into the HTTP_SERVER and HTTPS_SERVER as applicable.

    The .htaccess may also need revision to support this setup, but there are a number of ways to accomplish that.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1854
    Join Date
    Apr 2015
    Location
    brooklyn
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Will post back after I check this...Thanks

  5. #1855
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi! I am using Zen cart 1.5.4 and Ceon URi mapping 4.5.0
    I am having two websites, both separate installations of zen cart, one at www.raunharman.com and the other at http://www.raunharman.com/wedding_pr...sses/index.php (lets call this the wholesale site)
    I have separately installed zen cart as well as Ceon URi mapping module for both the sites.
    I have one .htaccess in the site root which works well for the main site (www.raunharman.com), but when I use a separate .htaccess file for the wholesale site, I get a 404 error.
    Where am I going wrong?
    Please suggest.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  6. #1856
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    have you thought of making the second one a subdomain making it wedding_prom_dresses.nameofdomain

    then you can add the information ceon gave you to the main htaccess...unless the second sites info is different from the first store then add it to the main htaccess file

    did i confuse you yet? sorry

  7. #1857
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DarkAngel View Post
    have you thought of making the second one a subdomain making it wedding_prom_dresses.nameofdomain

    then you can add the information ceon gave you to the main htaccess...unless the second sites info is different from the first store then add it to the main htaccess file

    did i confuse you yet? sorry
    I could consider it.
    The 2nd site is very old and I get substantial traffic through it. If I take the subdomain route, will the old URLs be accessible / searchable.
    Anyway, could you please give me the specific lines to be added to .htaccess in both the cases.
    Thanks for your quick reply.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  8. #1858
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    when you are in admin and click the modules/ceon uri mapping (seo) config/installation check

    that last one will give you a linksaying "click here to go to......installation check page, it will then check to make sure you did it right, then at the bottom---if no errors pop up---you wil see the code to put into your main .htaccess file.

    If you do the same thing for your wholesale store and the code is different then you can just add both codes to the main .htaccess file

    making it a subdomain in your c-panel will actually make it appear as though it is a "real" domain vs an extension of the main store.

    You will most likely need to edit your two config files with the proper path information. The store links will be different also so you might need to reset those also. It has been awhile since I set up a sub domain so my thought process is rusty.

  9. #1859
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DarkAngel View Post
    when you are in admin and click the modules/ceon uri mapping (seo) config/installation check

    that last one will give you a linksaying "click here to go to......installation check page, it will then check to make sure you did it right, then at the bottom---if no errors pop up---you wil see the code to put into your main .htaccess file.

    If you do the same thing for your wholesale store and the code is different then you can just add both codes to the main .htaccess file

    making it a subdomain in your c-panel will actually make it appear as though it is a "real" domain vs an extension of the main store.

    You will most likely need to edit your two config files with the proper path information. The store links will be different also so you might need to reset those also. It has been awhile since I set up a sub domain so my thought process is rusty.
    Thanks for your help.
    I will try this out and revert.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  10. #1860
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I merged the two codes, deleted the lines that seemed repetitive, but still got an Internal Server Error.
    However, I guess the following two statements could be contradictory.

    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* /index.php [QSA,L]


    and

    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* wedding_prom_dresses/index.php [QSA,L]

    Or can both of them stay together in the same .htaccess file?
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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