That would solve it? I think I have a free one from positivessl from the hosting plan
That would solve it? I think I have a free one from positivessl from the hosting plan
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....
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...
Will post back after I check this...Thanks
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
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
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.
http://www.raunharman.com
http://www.raunharman.net
Website Development, E-Book Solutions & Handicraft Exports
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
Bookmarks