Hi. I am using v1.3.9f. I changed to configure files for shared ssl and am now having all sorts of problems!
my site is here
On trying to check out, I get the 'whoops. your session has expired' message
On log in, it just loops back to the main page without logging in
On supposed 'secure' pages it shows the ' secure and non secure items' message. If select show only secure, I loose everything except the basic text.
I have changed the configure.php files -
includes/configure.php
define('HTTP_SERVER', 'http://www.domain name);
define('HTTPS_SERVER', 'https://confirmed shared cert address/~eurns');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
also admin/includes/cofigure
define('HTTP_SERVER', 'http://www.domain name);
define('HTTPS_SERVER', 'https://shared cert adress which I confirmed~eurns');
define('HTTP_CATALOG_SERVER', 'http://www.domain name);
define('HTTPS_CATALOG_SERVER', 'https://shared cert adress which I confirmed~eurns');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
I have viewed the page source but cant see if there are any hard coded links that shouldnt be there.
I notice that the base href is not https
Have read forum and found DrBytes ssltest file, tried that but it didnt do anything. There was no output.
Don't know what to try next and am going cross eyed searching the forums
Any help would be appreciated!!





