Zen Cart Logo
Forums / Basic Configuration / SSL setup breaking links

SSL setup breaking links

Locked

Views: 1,057

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
8 Apr 2008, 12:57 AM
#1
authenticnz avatar

authenticnz

New Zenner

Join Date:
Feb 2008
Posts:
10
Plugin Contributions:
0

SSL setup breaking links

I just got my SSL certificate working via my webhost. I have a main site:
https://www.authenticnz.com
and my secure site store.authenticnz.com.
In my includes/configure.php file, I set
define('HTTP_SERVER', 'http://www.authenticnz.com');
define('HTTPS_SERVER', 'https://store.authenticnz.com');

and in admin\includes\configure.php I set
define('HTTP_SERVER', 'http://www.authenticnz.com');
define('HTTPS_SERVER', 'https://store.authenticnz.com');
define('HTTP_CATALOG_SERVER', 'http://www.authenticnz.com');
define('HTTPS_CATALOG_SERVER', 'https://store.authenticnz.com');

and set the SSL flag to true.

what happens now is when I click on any secure links like login or go to checkout, I get 'page not found' which makes me think I have a setting wrong. How are those links built? Any help would be appreciated.