Jump to content

SSL: broken links at cart?act=step3


Guest juanita

Recommended Posts

Guest juanita

I have shared SSL enabled on my website. Secure pages sit in a folder called "Secure" in the root dir. The secure URL is "https://4tknow.au.com/mydomain".

THe cart works ok up to ".....cart.php?act=step3" where the user is supposed to select hte payment method.

Here it puts an extra "mydomain" in the url, so it looks like

"https://4tknox.au.com/mydomain/mydomain/cart.php?act=step3&ccUser=12345566"

I can't work out where this comes from.

I use the following settings:

in global.inc.php:

$glob['rootDir'] = '/clientdata/clients/n/a/mydomain/www';

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

$glob['storeURL'] = 'http://mydomain;

for SSL in config:

$glob['rootDir'] = '/clientdata/clients/n/a/mydomain/secure/www';

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

$glob['storeURL'] = 'https://4tknox.au.com/mydomain;

I have tried all sorts of other settings but to no avail.

Any help would be greatly appreciated

Thank you

Juanita

Edited by juanita
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...