Guest Posted December 29, 2013 Posted December 29, 2013 Hi I have just installed 2.3.3.4 and have configured the configure.php as follows in a sub directory cataloge>includes> define('HTTP_SERVER', 'http://mysite.co.nz/'); define('HTTPS_SERVER', 'https://mysecure web server.co.nz/~newsite'); define('ENABLE_SSL', true); and in admin>includes define('HTTP_SERVER', 'https://my secure web server.co.nz/~newsite'); define('HTTP_CATALOG_SERVER', 'https://my secure webserver.co.nz/~newsite'); define('HTTPS_CATALOG_SERVER', 'https://my secure web server.co.nz'); define('ENABLE_SSL_CATALOG', true); The admin area is secured OK but the whole site www.mysite.co.nz is also secured. When I click on "Online Cataloge it takes me to https etc instead of http//www etc. Hope somebody can understand this and tell me what I need to correct. I have tried all sorts, but not the right soultion. Many thanks Grandpa
♥Tsimi Posted December 30, 2013 Posted December 30, 2013 hi Grandpa i'm not sure but the URL in this part has https written. shouldn't that be http ? and in admin>includes define('HTTP_SERVER', 'https://my secure web server.co.nz/~newsite'); define('HTTP_CATALOG_SERVER', 'https://my secure webserver.co.nz/~newsite');
Guest Posted December 30, 2013 Posted December 30, 2013 Hi Many thanks. Will try. looks like it might solve the problem Grandpa
burt Posted December 30, 2013 Posted December 30, 2013 I don't think you need to correct anything. If you click a link from your (secured) admin into your shop it will go to your secure shop, as you have told your admin that your shop lives at https://my secure web server.co.nz/~newsite If you now are on https://my secure web server.co.nz/~newsite and click a link to (say) specials.php, you should end up the specials page on your correct shop URL http:// If you go to the https from your admin, nothing to worry about. No one else other than you can do that. In fact, lots of sites these days work solely on https (although I do believe that this is un-necessary)
Guest Posted December 31, 2013 Posted December 31, 2013 Hi Burt Thanks for that. How stupid am I Cheers Grandpa
Recommended Posts
Archived
This topic is now archived and is closed to further replies.