Zen Cart Logo
Forums / General Questions / admin login on shared SSL not pointing correctly

admin login on shared SSL not pointing correctly

Locked

Views: 572

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Jul 2010, 8:48 AM
#1
shufflenz avatar

shufflenz

New Zenner

Join Date:
Jul 2010
Posts:
1
Plugin Contributions:
0

admin login on shared SSL not pointing correctly

I've just installed lastest version of zen-cart, all good. But when i enter https://www.mydomain.com/catalogue/admin/index.php it points to the https but with an extra .com
ie
https://www.sharedserver.net/mydomain.com/catalgue..

when i take out the extra ".com" everything works fine. Where is this code hiding so i change it?

thanks

ps have checked both config.php as in FAQs section and i believe i've done it correctly

22 Jul 2010, 12:09 PM
#2
robwuk avatar

robwuk

Zen Follower

Join Date:
Aug 2005
Location:
United Kingdom
Posts:
458
Plugin Contributions:
0

Re: admin login on shared SSL not pointing correctly

check admin config to make sure they are correct, they should look like this

define('DIR_WS_ADMIN', '/catalogue/youradminfolder/');
define('DIR_WS_HTTPS_ADMIN', '/catalogue/youradminfolder/');
define('DIR_FS_ADMIN', '/home/xxxx/public_html/catalogue/youradminfolder/');

Rob