Jump to content

Cannot get https to work on 3.0.15


Guest

Recommended Posts

so heres my global.inc.php (with my full db info removed of course ....)

<?php

$glob['dbdatabase'] = 'mydb';

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = 'mypass';

$glob['dbprefix'] = 'mystoreprfx_';

$glob['dbusername'] = 'myusr';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/paolo/public_html';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'https://www.saviolopublisher.com';

?>

every time i enable the https support it times out when going to a https page ... but https is indeed insta.led correctly cause if i go to any other url of my site that is not cart related the ssl works fine .... any ideas ?

Link to comment
Share on other sites

$glob['storeURL'] = 'https://www.saviolopublisher.com';

Use

$glob['storeURL'] = 'http://www.saviolopublisher.com'; instead. Https only plays on checkout

excellent that fixed it ... !! THANX!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...